Commit Graph

8258 Commits (b415ec27e8791f40f2d07fed7c65e44f2804efce)

Author SHA1 Message Date
dongdaxiang b415ec27e8 make Dataset* as an argument
6 years ago
xjqbest dd67ad08a2 modify c++ and python dataset related code & fix bug
6 years ago
heqiaozhi 9bca1926c1 refactor & fix bug
6 years ago
heqiaozhi 8de4d31a5b refactor async exe
6 years ago
dongdaxiang c28bbdf8ba add dataset_generator.py
6 years ago
dongdaxiang 687cb79dbb add pipe command io interface
6 years ago
dongdaxiang 1fe54416c9 move fs.cc and shell.cc into paddle/fluid/framework/io
6 years ago
dongdaxiang 6de9ebc65c refine VLOG in fleet_wrapper.h
6 years ago
dongdaxiang c165012031 refine device_worker and trainer code
6 years ago
dongdaxiang 8a335b50be add downpour device_worker pb configuration
6 years ago
dongdaxiang caf0c10e71 add dist_multi_trainer for distributed training, add trainer_factory and device_worker_factory so that we can easily extend new training mode, add pull dense worker which is a singleton for parameter fetching
6 years ago
lujun d4f63d82ac
Merge pull request #16475 from junjun315/fix-doc-multiplex
6 years ago
lujun de605cc0fc
Merge pull request #16523 from junjun315/tensor_api
6 years ago
chengduo 1096746cbf
Fuse Adam And SGD ops (#15933)
6 years ago
Zhen Wang f7f5044b3d
Merge pull request #16489 from wzzju/fix_slim_quant_bugs
6 years ago
lujun 1c9aaeebe0 move imperative to dygraph, test=develop
6 years ago
whs 59f75ec76e
Make unitest of fsp op faster and more stable. (#16502)
6 years ago
Zhen Wang 46e1bb06c7 remove no necessary doc changes. test=develop
6 years ago
whs ecc3088df8
Fix saving in quantization strategy. (#16474)
6 years ago
Zhen Wang f86429dbd9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_slim_quant_bugs
6 years ago
Zhen Wang 5ab5687138 remove no necessary doc changes. test=develop
6 years ago
gongweibao eb83abeac3
Add DGC(Deep Gradient Compression) interface. (#15841)
6 years ago
Jiabin Yang e41d581304
test=develop, fix space_to_depth_doc (#16293)
6 years ago
whs 679a4c28fc
Fix lost of learning rate variable in distillatoin when using lr decay. (#16471)
6 years ago
Zeng Jinle c7c6eeb44e
Merge pull request #16409 from sneaxiy/feature/advance_gc
6 years ago
Zhen Wang 6b854f3e1f fix the save_in_nodes bug.
6 years ago
Zhen Wang 183bacebe3 clean codes and fix some bugs. test=develop
6 years ago
Jiabin Yang 54a73578a8
Feature/install check (#16044)
6 years ago
chengduo 999365149d
Add from six.moves import reduce (#16435)
6 years ago
wopeizl c300b1ba69
Tensor index (#16223)
6 years ago
Jiabin Yang 0d9d25d40f
Feature/refactor layers to Layers (#16337)
6 years ago
gongweibao 850b737112
Fix nparray.all() bug. (#16472)
6 years ago
Tao Luo 1b4e4e7ef7
Merge pull request #16453 from chuanqi129/calibration_readme_refine
6 years ago
liuwei1031 8d22bc17a4
Memory optimize (#16410)
6 years ago
Xin Pan f8c279b11c
Merge pull request #16454 from panyx0718/imperative2
6 years ago
lujun 3f8b2f5ff5 fix multiplex doc, test=develop
6 years ago
sneaxiy 78fb3a62e0 fix env variable settting bug
6 years ago
chuanqiw c512516ff4 Update INT8 calibration README
6 years ago
Zhen Wang 27d05203e7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_quan_hang
6 years ago
Zhen Wang 1c11f817e9 Use the resolve hazard method.
6 years ago
Jiabin Yang 7c5319ba12
Fix/test imperative ptb rnn (#16433)
6 years ago
Jiabin Yang f735102eab
add layer norm to Layers, add transformer test in imperative mode (#16092)
6 years ago
Xin Pan fd24ab47ab polish
6 years ago
Xin Pan 1f89249a95 update DeepCF model
6 years ago
sneaxiy a7d0ac50b8 Merge develop
6 years ago
sneaxiy 7000ec85d9 fix some op grad maker
6 years ago
Xin Pan 0fff666f14
Merge pull request #16449 from panyx0718/imperative3
6 years ago
Xin Pan becf799431 fix
6 years ago
Wang, Chuanqi 85e1cc1e02 Update Readme with new accuracy and performance data measured on 6271 (#16437)
6 years ago
Zeng Jinle 4cc9809cae
Merge pull request #15799 from sneaxiy/feature/decoupled_reader
6 years ago