Commit Graph

7343 Commits (8ae9094e0759db04bfd80cbda0ead703c053ebdf)

Author SHA1 Message Date
minqiyang 68e9b841ab Add support for optimizer
8 years ago
Zeng Jinle 9c6a0203e2
Merge pull request #15073 from sneaxiy/add_scope_pool
8 years ago
sneaxiy 3e917a934a add scope_pool
8 years ago
Yancey1989 1a4f79a7de fix unittest test=develop
8 years ago
Yancey1989 a8612adb04 fix lr scale test=develop
8 years ago
Yancey1989 86bb583881 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
8 years ago
Yancey1989 845bfd5807 cleanup code
8 years ago
peizhilin 2388d0e7d6 Revert "cherry-pick the #12759"
8 years ago
Yancey1989 41a64f6a2a Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
8 years ago
whs 2314f2ebb3
Make topk op support variable k. (#15044)
8 years ago
wopeizl 09bd8fa67a
Merge pull request #15035 from wopeizl/debug/improvement1
8 years ago
Wu Yi 856f0da0fe
Fp16 training (#14992)
8 years ago
Yibing Liu a28df3eb0b
Fix the unstack layer (#15047)
8 years ago
peizhilin 7f6d8acecb cherry-pick the #12759
8 years ago
tensor-tang 05d1121b22
Merge pull request #14802 from mozga-intel/mozga-intel/fill_constant_operator_ngraph
8 years ago
tensor-tang 9d4f1d468a
Merge pull request #14804 from mozga-intel/mozga-intel/top_k_operator_ngraph
8 years ago
tensor-tang 8a6ac4dba7
Merge pull request #14973 from xiaolil1/dequantize
8 years ago
tensor-tang f0e02a65ed
Merge pull request #14974 from xiaolil1/quantize
8 years ago
whs 938705745e
Init paddle slim (#14834)
8 years ago
Qiyang Min 3635fc6487
Merge pull request #14994 from velconia/fix_net_drawer
8 years ago
wopeizl b117a5f208
Merge pull request #14931 from wopeizl/windows/mkl
8 years ago
Tao Luo d4f384767a
Merge pull request #14987 from jczaja/prv-transpose-mkldnn-grad
8 years ago
peizhilin 9e60c58666 Merge remote-tracking branch 'upstream/develop' into windows/mkl
8 years ago
minqiyang 3026aba7e1 Fix net_drawer
8 years ago
minqiyang 224c90a84c Add nn to imperative
8 years ago
minqiyang 3de0f612e8 Polish code
8 years ago
Zeng Jinle 95cbe07c40
Merge pull request #14836 from sneaxiy/feature/py_func
8 years ago
mozga-intel 7048caf9a0 Enable top_k operator for a ngraph
8 years ago
mozga-intel ecfa68ecaa Enable fill_constant operator for a ngraph
8 years ago
peizhilin fb223d8037 fix the typo of keyword and
8 years ago
minqiyang 9e24fa3aeb Polish code
8 years ago
minqiyang 1c116462cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
8 years ago
minqiyang 29697c2e25 Add stop_gradient to VarBase to support loss function
8 years ago
Jacek Czaja d05094eec3 - Added transpose/transpose2 MKLDNN grad ops
8 years ago
Xin Pan 2537ac512e
Merge pull request #14983 from typhoonzero/revert_14850
8 years ago
chengduo a015a8a39d
Refine merge_selected_rows Doc (#14748)
8 years ago
typhoonzero da87f7a698 Revert "[Feature] Fp16 training for resnet50 (#14850)"
8 years ago
peizhilin b06ce129bc some not so useful adjust
8 years ago
Yihua Xu 3babc80160 Fix the regression issue and add the group unitest for conv2d (#14932)
8 years ago
minqiyang fba3712a7b Add multi-input to forward function in Layer
8 years ago
chengduo 550e7e410b
Code Clean parallel_executor.py (#14849)
8 years ago
Wu Yi 3d750f9c5a
[Feature] Fp16 training for resnet50 (#14850)
8 years ago
tangwei12 45dd3491db
lookup table utils fix (#14730)
8 years ago
xiaoli.liu@intel.com 3146629485 Add Dequantize OP
8 years ago
xiaoli.liu@intel.com 019dbf7f5f Add Quantize OP
8 years ago
minqiyang 3cd10a7c4f Add Conv2D forward
8 years ago
Xin Pan cf3a07e8f8
Merge pull request #14878 from panyx0718/imperative
8 years ago
minqiyang 8d88c5a87d Shameless copy
8 years ago
mozga-intel 9035bb81fe Enable mul operator for a ngraph engine (#14801)
8 years ago
Jacek Czaja aa6e9c30be [MKL-DNN ]Added transpose/transpose2 Op (#14872)
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
Xin Pan 3f9c429ea0 fix lint
8 years ago
Xin Pan 6324032602 MLP forward backward
8 years ago
peizhilin b73d7d2f21 test=develop
8 years ago
peizhilin 19ebd8b4cf add ctc support for windows
8 years ago
Xin Pan c89a1fb287
Merge pull request #14879 from panyx0718/clean
8 years ago
Qiao Longfei e2d56561e7
Merge pull request #14889 from jacquesqiao/optimize-adam
8 years ago
peizhilin fdab7f749e fix the setup script issue
8 years ago
sneaxiy dc8847af87 add examples and comments
8 years ago
Zeng Jinle 16c244bc3f
Merge pull request #14928 from sneaxiy/fix_gc
8 years ago
peizhilin fa135bbf52 Fix the mkl build script on windows
8 years ago
colourful-tree 44ad2f4479
Merge pull request #14873 from colourful-tree/develop
8 years ago
peizhilin b601f2de8d include the mkl fix only
8 years ago
peizhilin 001891aea6 fix code style
8 years ago
dzhwinter 7cd24b1318
add ir memory optimize. (#14530)
8 years ago
Qiyang Min fd1d2c897e
Merge pull request #14894 from velconia/add_huber_regression_loss_op
8 years ago
dzhwinter acd4b75923
skip_opt_set support list (#14845)
8 years ago
guru4elephant a79a3ea2f0
Merge branch 'develop' into develop
8 years ago
peizhilin 5a6d7fe2ff add mkl,ctc support for windows
8 years ago
wopeizl 0f085f0a5a
Merge pull request #14892 from wopeizl/windows/port3
8 years ago
sneaxiy c631412eab fix gc bug
8 years ago
heqiaozhi cbc7208399 fix doc
8 years ago
Qiao Longfei 1141db8114 update test_adam_op
8 years ago
heqiaozhi 5f0358add9 async_executor stop add barrier_all & finalize
8 years ago
dongdaxiang bc4f16ca6f remove some comments
8 years ago
Yancey1989 a7d6b1f921 code cleanup test=develop
8 years ago
Yancey1989 a760a550b0 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
8 years ago
Yancey1989 fd144954ed redefine api test=develop
8 years ago
Qiao Longfei 238b24bfa2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-adam
8 years ago
dongdaxiang 43028f655d refine import path for ps_instance.py
8 years ago
dongdaxiang 178c47c074 refine import path for ps_instance.py
8 years ago
dongdaxiang 29c772663a refine import path for ps_instance.py
8 years ago
dongdaxiang 8a6b53a494 avoid clock time in WIN32 mode
8 years ago
Xin Pan 6445cf1e91 fix
8 years ago
dongdaxiang 92166fe114 refine api, add mpi4py requirements
8 years ago
heqiaozhi 35f6021ed6 Merge branch 'develop' of https://github.com/colourful-tree/Paddle into develop
8 years ago
Kaipeng Deng dc76e4b0f1
Merge pull request #14701 from heavengate/adaptive_pool
8 years ago
gongweibao 0b1c7d838c
Add brpc serialization support. (#11430)
8 years ago
mozga-intel 67b555d3d3 Enable ngraph tests for a ngraph engine (#14800)
8 years ago
minqiyang ea2a34ee95 Polish doc
8 years ago
minqiyang 5fff20c21a Change name to huber loss
8 years ago
Yancey1989 4a4ccac1d0 update by comment test=develop
8 years ago
minqiyang 5c7ad1ecb1 Resolve conflicts
8 years ago
minqiyang 65d355a72c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_huber_regression_loss_op
8 years ago
minqiyang c550e0ce06 Add python interface for huber regression loss
8 years ago
peizhilin 23dec78772 fix script issue
8 years ago
heqiaozhi bafd823666 test
8 years ago
dengkaipeng f16aa394f6 remove use_cudnn in python API. test=develop
8 years ago
heqiaozhi caa6b59677 add hdfs_utils & helper & node doc
8 years ago