Commit Graph

247 Commits (5a6b67c8104eb6d760ea1bc5ea3eb3b8b3111ed5)

Author SHA1 Message Date
Guo Sheng aa02e347bd
Add hapi.text and corresponding unit test. (#24457)
6 years ago
LielinJiang 1a0d26a4db
Add vision api for hapi (#24404)
6 years ago
qingqing01 43625bdabd
Add a high-level API with traning and inference into Paddle. (#24293)
6 years ago
Tao Luo 9eedf05d2f
solve mklml memory leak on windows (#24015)
6 years ago
Yibing Liu fb82d72c61
Move complex into dir incubate (#24254)
6 years ago
Yibing Liu 720d18990c
Init complex number neural network (#24018)
6 years ago
Kaipeng Deng 80cf3c3c4d
Refine DataLoader support multi-processing (#23107)
6 years ago
Zhou Wei 7817003795
Optimize the error messages of paddle CUDA API (#23816)
6 years ago
0YuanZhang0 2a38f12382
ADD Manual seed op into paddle.framework (#23537)
6 years ago
zhongpu 1f8d8a5358
remove dygraph api to paddle.imperative, test=develop (#23628)
6 years ago
Chengmo ddd604446b
Fix judge pslib transpiler (#23720)
6 years ago
guofei 73f421f782
Add new API : randn (#23211)
6 years ago
zhongpu d77bc12e11
fix install error in py36, test=develop (#23676)
6 years ago
zhupengyang 6dd9901b3c
add activation ops under paddle.nn and paddle.nn.functional: ReLU, LogSoftmax (#23258)
6 years ago
mozga-intel 3baaee9aab
Remove: NGraph engine from PDPD repository (#23545)
6 years ago
Feiyu Chan 81f1402f6c
Add functional convolutions in paddle.nn.functional (#23408)
6 years ago
wangchaochaohu 17babe4d55
add full op API (#23112)
6 years ago
Leo Chen f944b0f6fc
Dev/add l1 loss (#23322)
6 years ago
xujiaqi01 d0413e58d3
support get pslib version (#22835)
6 years ago
tangwei12 c4a6a0e2e4
Revert "Integrated API of Parameter Server (#22710)" test=develop (#23071)
6 years ago
tangwei12 66fce9e824
Integrated API of Parameter Server (#22710)
6 years ago
Huihuang Zheng 903039a3c6 Add Simple Framework for Transforming Dygraph to Static Graph (#22491)
6 years ago
Adam c112b645c4 Update MKL-DNN to 1.1 (#21754)
7 years ago
zhouwei25 2df4be5d35 Fix openblas bug to support compile on windows when WITH_MKL=OFF (#21902)
7 years ago
Adam e81f0228df MKL-DNN 1.0 Update (#20162)
7 years ago
zhongpu 4ad9b755c7 fix paddle compile errors under some python versions (#21616)
7 years ago
Kaipeng Deng 3ab60f5bf9
fix mkldnn include. test=develop (#21247)
7 years ago
Kaipeng Deng 4747940b08
add custom_op include: imperative, error_codes.pb.h, mkldnn.h. test=develop (#21227)
7 years ago
Jeng Bai-Cheng 330b173c38 Better TensorRT support (#20858)
7 years ago
liuwei1031 2dd9bc7159 fix windows python setup issue caused by (#20641) (#20928)
7 years ago
qingqing01 728099d023
Simplify third_party path in Python package (#20776)
7 years ago
Kaipeng Deng ba44f654d6
add dlpack include in third_party. test=develop (#20737)
7 years ago
Tao Luo 3e831b6083
reduce setup.py.in installation logs (#20641)
7 years ago
qingqing01 1a3eef026c
Enable users to create custom cpp op outside framework. (#19256)
7 years ago
xujiaqi01 6045541e89
fix libps.so path problem (#19768)
7 years ago
wopeizl 80b7ef6fc8
add tensorrt support for windows (#19084)
7 years ago
jiaqi a99bc64c63
add fleet util, add some interface in hdfs util (#18752)
7 years ago
liuwei1031 a43a763b54
fix warpctc.dll not found issue (#18761)
7 years ago
翟飞跃 19da59ed3f Remove all the code, API and doc of MKL-DNN INT8v1 (#18347)
7 years ago
tangwei12 101f74cb19
fix save/load in fleet (#17675)
7 years ago
tensor-tang 5c06bff222
combine noavx and avx package (#17889)
7 years ago
whs 5df65e506d
Add Ligth-NAS for PaddleSlim (#17679)
7 years ago
wopeizl f893914f1f
fix the dll not found issue on windows (#17750)
7 years ago
Yiqun Liu 8fd39f3e99
Enhance fused_elementwise_activation op and add python api in contrib.layers (#17236)
7 years ago
Yibing Liu beda78258f
Init mixed precision training interface (#16856)
7 years ago
tangwei12 1a4a51db2b
Fleet unify distributed training (#16791)
7 years ago
Chen Weihang 0b2aec14b6 Revert "Model data cryption link all lib (#16555)"
7 years ago
Chen Weihang c38c7c5619
Model data cryption link all lib (#16555)
7 years ago
guru4elephant 76b49f02ee
Merge pull request #16539 from guru4elephant/train_with_pipe_reader_merge_develop
7 years ago
chengduo bb80dae7d0
Add DecoupledWeightDecay (#16427)
7 years ago
dongdaxiang 8e14d8f900 add data_generator package into setup.py
7 years ago
dongdaxiang f612877797 add incubate for unified API
7 years ago
lujun 1c9aaeebe0 move imperative to dygraph, test=develop
7 years ago
whs e9bec9369b
[slim] Add quantization strategy and distillation strategy. (#16408)
7 years ago
Yan Xu d424e5b4c9
add launch mp distributed job py module test=develop (#15620)
7 years ago
Haihao Shen 1b8047b712 Add INT8 calibration support in Paddle package (#15569)
7 years ago
乔龙飞 Qiao Longfei c58555067e
Merge pull request #14731 from jacquesqiao/optimize-cpp-reader
8 years ago
WangZhen 3ce6172052 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into graph_quantization
8 years ago
Qiao Longfei 45578c1b48 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-cpp-reader
8 years ago
WangZhen e2ff300b02 add UT for quantization.
8 years ago
Tao Luo c102f427d2 make 'paddle version' valid
8 years ago
Tao Luo 3ede8b67e6 update CMakeLists.txt
8 years ago
Qiao Longfei edad60e612 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-cpp-reader
8 years ago
whs 938705745e
Init paddle slim (#14834)
8 years ago
peizhilin 9e60c58666 Merge remote-tracking branch 'upstream/develop' into windows/mkl
8 years ago
peizhilin fb223d8037 fix the typo of keyword and
8 years ago
peizhilin b06ce129bc some not so useful adjust
8 years ago
tangwei12 45dd3491db
lookup table utils fix (#14730)
8 years ago
peizhilin 07c7eaabb4 Merge remote-tracking branch 'upstream/develop' into windows/mkl
8 years ago
peizhilin 2f3b5054ad fix build script
8 years ago
peizhilin b73d7d2f21 test=develop
8 years ago
peizhilin 19ebd8b4cf add ctc support for windows
8 years ago
peizhilin fdab7f749e fix the setup script issue
8 years ago
peizhilin fa135bbf52 Fix the mkl build script on windows
8 years ago
peizhilin b601f2de8d include the mkl fix only
8 years ago
guru4elephant a79a3ea2f0
Merge branch 'develop' into develop
8 years ago
peizhilin 5a6d7fe2ff add mkl,ctc support for windows
8 years ago
peizhilin 23dec78772 fix script issue
8 years ago
heqiaozhi faffc25c19 fix hadoop home bug & refine setup.py
8 years ago
Xin Pan 748549b2e3 Revert "Merge pull request #14798 from PaddlePaddle/revert-14786-revert-14782-revert-14398-imperative"
8 years ago
Xin Pan c049fa7cf7
Revert "Revert "Revert "Imperative"""
8 years ago
Xin Pan 2538ef64f1
Revert "Revert "Imperative""
8 years ago
Xin Pan 6217f42ab7
Revert "Imperative"
8 years ago
Xin Pan b52f5d2870
Merge pull request #14398 from panyx0718/imperative
8 years ago
Qiao Longfei daba57f752 complete ctr_reader
8 years ago
Xin Pan b80fe8264a polish
8 years ago
Sang Ik Lee 24e70920db Refactor some build settings.
8 years ago
peizhilin 336c123032 fix typo
8 years ago
peizhilin 61fa5218b9 Merge remote-tracking branch 'upstream/develop' into windows/build
8 years ago
Tao Luo 9d4425dd1c
Merge pull request #14227 from baojun-nervana/intel/ngraph_cmake
8 years ago
peizhilin e8519a6e89 use the ext_name instead of specific extension name
8 years ago
peizhilin 869487a2b7 Merge remote-tracking branch 'origin/develop' into windows/build
8 years ago
Yu Yang 03992630b5
fix(py): set `cwd` when get commit sha in setup.py (#14299)
8 years ago
Sang Ik Lee f30c1ddb45 Include nGraph build.
8 years ago
peizhilin 1f12ba6192 gpu support, fix build issue:
8 years ago
peizhilin 71d7980f69 fix build issue 1
8 years ago
peizhilin 9d67c1fb69 cpu build support
8 years ago
minqiyang d638d1cd80 Fix paddle version
8 years ago
Dang Qingqing 51d1afd7c4 Update code and fix install
8 years ago
luotao1 2049139f9f only change rpath in Release mode
8 years ago