Commit Graph

14803 Commits (bbfc82cc42289216a9a5970b36925ccc1ba422db)

Author SHA1 Message Date
dongdaxiang 718ea6dbd5 fix fleet code style
7 years ago
xjqbest 782ab2e2bd add some doc
7 years ago
xjqbest 9b84e8e66b fix code style
7 years ago
xjqbest a99c8d0c29 fix client to client communication bug
7 years ago
gongweibao fea91164b7 Fix windows compilation error! (#16546)
7 years ago
dongdaxiang b35d27fa94 fix API spec
7 years ago
Kaipeng Deng 3d939d32ee
Merge pull request #16023 from heavengate/kl_div_loss
7 years ago
Kaipeng Deng 54474637ae
Merge pull request #16057 from heavengate/softmax_axis
7 years ago
Kaipeng Deng 63ac947e2f
Merge pull request #16135 from heavengate/shift
7 years ago
chengduo bb80dae7d0
Add DecoupledWeightDecay (#16427)
7 years ago
dengkaipeng 737ea825ac fix doc. test=develop
7 years ago
dongdaxiang 3829eac27b fix API spec about infer_from_dataset
7 years ago
Shixiaowei02 7b9fc71076 update tensorrt subgraph_util test=develop
7 years ago
dengkaipeng 0f7411a1ae round down for scale. test=develop
7 years ago
dongdaxiang 87027a2eef fix API.spec problem and executor's docstring
7 years ago
sneaxiy 8c869a865d update develop ops
7 years ago
sneaxiy 33473890f3 Merge develop
7 years ago
dongdaxiang ade9337486 fix API.spec
7 years ago
liuwei1031 278debab71
fix comments of 16410, test=develop (#16499)
7 years ago
Wojciech Uss 2498395132 remove profiling from int8 test
7 years ago
Zhaolong Xing 3e6aa498d6
Merge pull request #16526 from NHZlX/refine_trt_anakin
7 years ago
Tao Luo 8f7b5883b8
Merge pull request #16529 from lidanqing-intel/lidanqing/preprocess-data
7 years ago
Tao Luo 5b24002389
Merge pull request #16399 from sfraczek/sfraczek/analyzer_int8_resnet50_test
7 years ago
nhzlx 7cde2d9e84 fix trt engine test error.
7 years ago
zhoukunsheng 3c4f5f0368 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
7 years ago
zhoukunsheng ead3c0a8fc update api.spec
7 years ago
dongdaxiang 720647e17f rebase current develop and fix conflict
7 years ago
zhoukunsheng 2336d5ca5d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rank
7 years ago
dongdaxiang 3a79be6eb3 refine API spec
7 years ago
dongdaxiang 98dda08a85 fix pull sparse slow problem
7 years ago
dongdaxiang 93c3c7f9b3 fix dataset testcase problem
7 years ago
dongdaxiang d739bab844 fix async_executor problem and remove some unnecessary testcase, fix trainer_desc import problem
7 years ago
dongdaxiang 241d8808be add timer to distributed executor
7 years ago
dongdaxiang 3c73859eec add trainer_desc.proto to distributed executor
7 years ago
dongdaxiang 60b7bf6fa6 add infer_from_dataset for inference
7 years ago
xjqbest 030c7e7e9d fix FillSparseValue error
7 years ago
dongdaxiang 88880d9b69 fix import trainer_desc_pb2 error
7 years ago
dongdaxiang 0030eb2a61 fix distributed building
7 years ago
dongdaxiang ed31874397 undefine rand_r()
7 years ago
dongdaxiang f7e4813804 add WIN32 for rand_r and usleep
7 years ago
dongdaxiang cedbc161da add more _LINUX maroc on data_feed.cc for mac and window compile
7 years ago
dongdaxiang c5980c3566 add _LINUX macro
7 years ago
dongdaxiang 433301fbc2 remove glog in shell.h
7 years ago
dongdaxiang 9e51ad4a65 fix io and fs compile on mac
7 years ago
dongdaxiang 6eca88ac76 fix io and fs compile on mac
7 years ago
dongdaxiang 2708108a08 fix fleet_wrapper compile on windows
7 years ago
dongdaxiang 4ce35815fb fix windows GLOG problem
7 years ago
dongdaxiang e3107a6ae0 fix windows compile problem
7 years ago
dongdaxiang 398004ece0 disable sys/wait.h to fix windows compile problem, include scope in lodtensor_printer
7 years ago
dongdaxiang d4514949bf remove local random engine in fleet with rand_r()
7 years ago
dongdaxiang e82969eeb0 remove getdelim in windows
7 years ago
dongdaxiang 45eb6f0765 run pre-commit check files and fix code style problem
7 years ago
dongdaxiang d87ba58c14 refine document of python API, make device_worker and trainer's API private
7 years ago
dongdaxiang 5687f234bf fix trainer_desc.proto error
7 years ago
dongdaxiang b95b80bc76 add doc string for executor and update API.spec
7 years ago
dongdaxiang 6be9f719e2 make string_helper dependency work
7 years ago
xjqbest e95cafd9a7 fix code style & add dataset testcase
7 years ago
dongdaxiang 39362a8415 move root_scope->DropKids() into Finalize() so that we do not have to drop all the kids
7 years ago
dongdaxiang ba15d6b164 move root_scope->DropKids() into Finalize() so that we do not have to drop all the kids
7 years ago
xjqbest be74de2c61 fix code style & fix register bug & add release_memory
7 years ago
dongdaxiang a0b59773af fix code style
7 years ago
dongdaxiang f39b323ed7 remove trainer_library in CMakeLists
7 years ago
dongdaxiang 365be5d559 support win32 flag in io.cc shell.cc, fix code style problem in fleet_wrapper, fix lodtensor_printer_test problem
7 years ago
dongdaxiang dc8cf36e4b add more example on datagenerator
7 years ago
dongdaxiang 6bf796df14 refine print fetch list
7 years ago
xjqbest 589467f24c fix bug
7 years ago
xjqbest b7940c2918 fix bug of gen_worker_desc and set_filelist, add some doc
7 years ago
dongdaxiang 68d7bf3de5 add fetch var function
7 years ago
xjqbest a34fe6248f add some doc
7 years ago
xujiaqi01 f5c6a14b54 fix runtime error
7 years ago
xujiaqi01 a5b1a0e12b support multi dataset && add init model && fix bug
7 years ago
dongdaxiang 3c65cc1bbd add document for role_maker and fleet parameter, data_generator
7 years ago
dongdaxiang f6c9232a3d fix dataset float32 type problem
7 years ago
dongdaxiang 73b1f396d7 add data_generator into paddle.fluid.incubate.data_generator, add op run log in hogwild_device_worker and downpour_device_worker
7 years ago
dongdaxiang 73544e8b8d add training speed log
7 years ago
dongdaxiang 9419de521f add IO percent for multi_trainer
7 years ago
dongdaxiang 6af697adb0 add trainfileswithprofiler for downpour worker
7 years ago
dongdaxiang 2644b88685 add comment for MPI Symetric role maker
7 years ago
dongdaxiang cf45c54340 add distributed optimizer factory
7 years ago
dongdaxiang b7a202aa38 add distributed optimizer factory
7 years ago
xujiaqi01 70a5d4f797 fix error
7 years ago
xujiaqi01 d25389fefd add some log && fix error
7 years ago
dongdaxiang f612877797 add incubate for unified API
7 years ago
dongdaxiang 317eb0aad3 add incubate for unified API
7 years ago
xujiaqi01 39449ba0b9 fix bug && add DestroyReaders in trainer
7 years ago
dongdaxiang e657c127a8 hide opt_info in distirbuted optimizer
7 years ago
xujiaqi01 ecfc7df913 add dataset factory && fix style
7 years ago
dongdaxiang 328f11b8b6 refactor downpour optimization
7 years ago
xujiaqi01 3cea00bd52 store memory data in Dataset && fix bug
7 years ago
dongdaxiang ff87698a44 refactor downpour optimization
7 years ago
dongdaxiang b66f0074b6 fix data reading bugs in api, add VLOG(3) log for setup
7 years ago
dongdaxiang b415ec27e8 make Dataset* as an argument
7 years ago
xjqbest dd67ad08a2 modify c++ and python dataset related code & fix bug
7 years ago
dongdaxiang cc4def6ba5 fix some conflict for compilation
7 years ago
heqiaozhi 9bca1926c1 refactor & fix bug
7 years ago
xjqbest 2e9a836c6f add DataSet and InMemoryDataFeed, support load data into memory and shuffle data
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 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
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
sneaxiy 2c836ff914 check default grad maker
7 years ago
nhzlx d065b5bf2b Anakin ssd support
7 years ago
zhoukunsheng beb4a86d13 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rank
7 years ago
zhoukunsheng b06e9b773d test=develop
7 years ago
Zeng Jinle 69cb9792ea
Merge pull request #16506 from sneaxiy/revert-16424-fix_allocator_bug
7 years ago
lidanqing b46e467abc add wget and unzip part and change data_dir
7 years ago
zhoukunsheng 2f9e562100 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
7 years ago
dengkaipeng 2078f4207f fix API.spec. test=develop
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
dengkaipeng 8160a66193 fix doc priority. test=develop
7 years ago
chengduo ed61d67c73
Fix the interface of Pass::Apply (#16484)
7 years ago
dengkaipeng 193185b840 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shift
7 years ago
Zeng Jinle 5f1c92a81c
Merge pull request #16450 from zhhsplendid/del-redundant-op-var-reg
7 years ago
Zeng Jinle 2aa18e2bda
Merge pull request #16496 from sneaxiy/fix_gc_bug
7 years ago
Sylwester Fraczek 8ece7a9708 fixed url to dataset
7 years ago
sneaxiy 5656fa9f7c fix travis ci
7 years ago
Zeng Jinle 174d0d0b90 Revert "Fix allocator bug"
7 years ago
gongweibao eb83abeac3
Add DGC(Deep Gradient Compression) interface. (#15841)
7 years ago
Qiao Longfei 34890fd3b1 fix gpu build for lookup_table_op test=develop
7 years ago