Commit Graph

23586 Commits (fb1ae722d1fbe593d22cc8ab7bc2683a14a55c13)
 

Author SHA1 Message Date
xjqbest 2e9a836c6f add DataSet and InMemoryDataFeed, support load data into memory and shuffle data
7 years ago
heqiaozhi 8de4d31a5b refactor async exe
7 years ago
dongdaxiang 2486389793 add RunFromDataset in executor
7 years ago
dongdaxiang e36bbcc871 fix some typo and CMakefile.txt
7 years ago
xjqbest 824b84d185 add DataSet and InMemoryDataFeed, support load data into memory and shuffle data
7 years ago
dongdaxiang 08c25995a2 add run from dataset in executor.
7 years ago
dongdaxiang c28bbdf8ba add dataset_generator.py
7 years ago
dongdaxiang be757096da add pybind for fleet
7 years ago
dongdaxiang 687cb79dbb add pipe command io interface
7 years ago
dongdaxiang 1fe54416c9 move fs.cc and shell.cc into paddle/fluid/framework/io
7 years ago
dongdaxiang 53fbab5d33 add fs_local_open example
7 years ago
dongdaxiang afaf937010 add fs_local_open example
7 years ago
dongdaxiang cf1360643f add printer for fetch variable
7 years ago
dongdaxiang d65cb13ad5 add pslib flag on fleet_wrapper CMakefile
7 years ago
dongdaxiang 6de9ebc65c refine VLOG in fleet_wrapper.h
7 years ago
dongdaxiang 97d5cd30f0 make pull dense worker work
7 years ago
dongdaxiang 39014b9f9f fix class register problem
7 years ago
dongdaxiang f0dd1201cc fix destructor problem
7 years ago
dongdaxiang f2bde9c241 fix destructor problem
7 years ago
dongdaxiang 54f047a126 fix ngraph compile option
7 years ago
dongdaxiang dd1dc9bcf0 add common.h.in back
7 years ago
dongdaxiang 378037c535 make s_instance_ private to ensure singleton
7 years ago
dongdaxiang a446d26e8a add todo for asynce executor
7 years ago
dongdaxiang c165012031 refine device_worker and trainer code
7 years ago
dongdaxiang 8a335b50be add downpour device_worker pb configuration
7 years ago
dongdaxiang 24a8001142 make -DWITH_PSLIB=ON compilable
7 years ago
dongdaxiang 67b1d6d721 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
7 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
7 years ago
dongdaxiang 855bf579d2 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
7 years ago
lujun d4f63d82ac
Merge pull request #16475 from junjun315/fix-doc-multiplex
7 years ago
Qiao Longfei d8974e6da0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
7 years ago
lujun de605cc0fc
Merge pull request #16523 from junjun315/tensor_api
7 years ago
wanghaoshuang d41b623a72 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into quan_ck
7 years ago
wanghaoshuang 6db7c2a500 Fix checkpoint of quantization.
7 years ago
Shixiaowei02 bddb2cd315 resolve conflicts with the develop branch test=develop
7 years ago
lidanqing 0d656996bf fix some bugs of unzip and reading val list
7 years ago
chengduo 1096746cbf
Fuse Adam And SGD ops (#15933)
7 years ago
Jacek Czaja 2632327429 [MKL-DNN] Tensor modifications revert (#16462)
7 years ago
Zeng Jinle 4143a1c216
Merge pull request #16491 from sneaxiy/feature/advance_gc
7 years ago
chengduo 2265d091e6
Fix threaded executor bug (#16508)
7 years ago
minqiyang 9e14f260c0 Fix polynomal decay bug in python2.x
7 years ago
sneaxiy 2c836ff914 check default grad maker
7 years ago
Zhen Wang f7f5044b3d
Merge pull request #16489 from wzzju/fix_slim_quant_bugs
7 years ago
nhzlx d065b5bf2b Anakin ssd support
7 years ago
Zeng Jinle 69cb9792ea
Merge pull request #16506 from sneaxiy/revert-16424-fix_allocator_bug
7 years ago
lujun 1c9aaeebe0 move imperative to dygraph, test=develop
7 years ago
lidanqing b46e467abc add wget and unzip part and change data_dir
7 years ago
lidanqing 894aa9b235 change script file name and data_dir location
7 years ago
lidanqing 57f51e5b08 preprocess with PIL the full val dataset and save binary
7 years ago
minqiyang 42507d33c6 Change atol to default value
7 years ago