Commit Graph

8735 Commits (43c9561e9a383d08534a84d01808ff61d1e261e2)

Author SHA1 Message Date
colourful-tree 434caab21b
Merge pull request #16741 from colourful-tree/dev
6 years ago
lujun 4aea89faa2 fix vgg-test. test=develop
6 years ago
dengkaipeng 7b1702d9a1 fix unittest and API.spec. test=develop
6 years ago
dengkaipeng b20b27f0f7 fix yolov3_loss param name. test=develop
6 years ago
Tao Luo 54be8d9be4
Merge pull request #16747 from chuanqi129/reduce_test_calibration_time
6 years ago
乔龙飞 Qiao Longfei 82cff5ec42
Merge pull request #16762 from jacquesqiao/add-async_sparse_param_update_recorder
6 years ago
heqiaozhi aab9ea6ccb out && commit id
6 years ago
jiaqi 7968887fae
Merge branch 'develop' into dataset_merge_develop
6 years ago
Yibing Liu 4267a81afc
Correct the lod level of compiled time in lod_reset (#16790)
6 years ago
guru4elephant 1b75049407
Merge pull request #16788 from guru4elephant/fix_python_codestyle
6 years ago
chengduo c62674f475
Refine StaticRnn (#16707)
6 years ago
chengduo 6220b8b9d1
[Speed] Make test_dyn_rnn faster (#16761)
6 years ago
Leo Zhao a9694bd3d6 convert output to nchw format to align with native version in avx512 mode
6 years ago
heqiaozhi 759940786e Merge remote-tracking branch 'upstream/develop' into dev
6 years ago
zhoukunsheng 380df8281f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
6 years ago
heqiaozhi 85a0746e9d fix doc
6 years ago
Qiao Longfei afc56949c1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async_sparse_param_update_recorder
6 years ago
heqiaozhi 271532eb5e fix doc
6 years ago
heqiaozhi bc7b3a6147 fix doc
6 years ago
phlrain 8063f5867f remove sigmoid change; test=develop
6 years ago
phlrain 468f8ccff9 supprt high rank; test=develop
6 years ago
phlrain 97d4622bdb add softmax test unit
6 years ago
phlrain bbfc82cc42 softmax corss entropy support high rank
6 years ago
zhoukunsheng 2b2b4ca21e
Merge branch 'develop' into rsqrt
6 years ago
heqiaozhi afa64a5cfa add cvm unittest
6 years ago
Hongyu Liu e2897ba13a
Merge pull request #16432 from zhoukunsheng/linspace
6 years ago
Hongyu Liu 283ae0faaa
Merge pull request #16525 from zhoukunsheng/rank
6 years ago
Hongyu Liu afe0d64c9d
Merge pull request #16320 from zhoukunsheng/all_any
6 years ago
ruri 39d6a985bc
fix some comments, include cosine_decay,l2_normalize,pixel_shuffle (#16763)
6 years ago
dongdaxiang 8257136012 fix bug
6 years ago
xjqbest 0ef19e2d4d fix code style
6 years ago
xjqbest efe4311a98 fix release_memory not found & fix doc string example error
6 years ago
dongdaxiang ceac9df87a fix code style for incubator
6 years ago
guru4elephant aa46caf3d9
Merge pull request #16765 from guru4elephant/gpu_dataset_train
6 years ago
Wu Yi 8b58732013
remove append_LARS not used api test=develop (#16703)
6 years ago
Tao Luo f96446cade
Merge pull request #16738 from luotao1/high_level_api_test
6 years ago
minqiyang 734260f47b Make Op Hold Output too and release backward_refs each time
6 years ago
chengduo 610c6442e3
Make test_parallel_executor_seresnet.py Faster (#16701)
6 years ago
minqiyang 20e304f2ae Tracer does not hold op any more
6 years ago
minqiyang 08a7cdee11 Polish code
6 years ago
minqiyang 20ead9e659 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_fix_growing_dict
6 years ago
Tao Luo 544f91deba add WITH_HIGH_LEVEL_API option, default OFF
6 years ago
guru4elephant ba98872d96
Update dataset.py
6 years ago
dongdaxiang 05464e7c5c add gpu training for Executor.train_from_dataset
6 years ago
Qiao Longfei 0608f8ca56 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async_sparse_param_update_recorder
6 years ago
Tao Luo 7d0ed2a423 remove non-existent test_image_classification_resnet
6 years ago
Zeng Jinle 674aed6a6c
Fix unittests which takes too long time (#16713)
6 years ago
chuanqiw 1818d1d9f0 Reduce test_calibration test time by using large batchsize
6 years ago
xjqbest e784884e70 add Example in doc string of split_filelist
6 years ago
Jiabin Yang 7060c8d89f
test=develop, refine transformer (#16734)
6 years ago
lujun 9bd44b94da
Merge pull request #16561 from junjun315/move-api-to-root
6 years ago
gongweibao 95410652e8
Fix dgc spelling mistakes. (#16733)
6 years ago
xjqbest 1c0ef929f9 fix code style
6 years ago
xujiaqi01 1938132936 fix code style
6 years ago
Kaipeng Deng ed97156461
Merge pull request #16439 from heavengate/resize_scale
6 years ago
xjqbest d5ee580c5c move split filelist from trainer.py to fleet & fix error
6 years ago
minqiyang 9434f9a6f9 Fix auto growth bug of optimizer in dygraph mode
6 years ago
heqiaozhi 54dddee37e add continuous value model op
6 years ago
Tao Luo 38f01b678a rename high_level_api tests
6 years ago
Huihuang Zheng 2146293d26 Fix op registry (#16677)
6 years ago
lujun 14db0680c0 merge conflict, test=develop
6 years ago
lujun 92c8ac8a74 merge conflict, test=develop
6 years ago
Jiabin Yang a06f4b2b2c
make less batch of tests to fit ci (#16706)
6 years ago
chengduo 55b15db5af
Add unit test for fuse all_reduce ops (#16699)
6 years ago
gongweibao 8b793d0efd
Fix DGC bug. (#16697)
6 years ago
Yan Xu c6720990c0
fix seresnext unit test (#16689)
6 years ago
guru4elephant 7d653f0aed
Merge pull request #16652 from xjqbest/dataset_merge_develop
6 years ago
xjqbest 126d2a2f9d fix init_worker bug
6 years ago
chengduo ea8655dbd2
Add unit test for fuse_opt_ops (#16550)
6 years ago
xjqbest 6a57e8075a remove trainer_id in datafeed and dataset
6 years ago
Qiyang Min 7b11e73b3a
Merge pull request #16660 from velconia/imperative_dqn
6 years ago
Tao Luo 0d6581c574
Merge pull request #16656 from PaddlePaddle/revert-16555-model_data_cryption_link_all_lib
6 years ago
minqiyang 7c4b9b577a Polish code
6 years ago
minqiyang aa07814df3 Add 3 uts
6 years ago
minqiyang 2e0b871320 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_dqn
6 years ago
xjqbest 7a759d76cd fix code style
6 years ago
Yan Xu b4c3a6aa0b
[Imperative] implement imperative NCCLParallelContext (#16477)
6 years ago
xjqbest 274477005e fix dataset testcase error
6 years ago
Zeng Jinle bb143052cb
fix gc bug in conditional block (#16673)
6 years ago
xjqbest 5e5139283b fix runtime error
6 years ago
ruri 229dc93277
Add Pixel shuffle OP (#15782)
6 years ago
lujun 38382f8e27
Merge pull request #16658 from JiabinYang/fix/transformer_random_failed
6 years ago
lujun 99120698b7 merge confict, test=develop
6 years ago
lujun 01f4f2d7e4 merge confict, test=develop
6 years ago
minqiyang b29249404b Polish code
6 years ago
minqiyang 61fe139f34 Polish code
6 years ago
Chen Weihang 0b2aec14b6 Revert "Model data cryption link all lib (#16555)"
6 years ago
lujun e11bf2a49e merge branch, test=develop
6 years ago
Qiyang Min cf307d0dfb Imperative fix ptb rnn place bug (#16632)
6 years ago
JiabinYang 4c18b98fcd test=develop, fix transformer in dygraph
6 years ago
lujun a32c6ffa96 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into move-api-to-root
6 years ago
lujun 78ff5d72d3
Merge pull request #16520 from PaddlePaddle/move-code
6 years ago
Xin Pan c77fb9fed9
Merge pull request #16636 from panyx0718/imperative
6 years ago
xjqbest 514d727aa4 fix dataset bug
6 years ago
xjqbest 271b7147cc fix dataset bug
6 years ago
Zeng Jinle 1c526e1d1a
Fix some grad op desc makers (#16633)
6 years ago
minqiyang e377d75977 Add UT for most layers without params
6 years ago
dengkaipeng c7876e8c46 fix format. test=develop
6 years ago
Xin Pan d02e3e7f79 add a simple test
6 years ago
Tao Luo 220190d5d2
Merge pull request #16543 from Genie-Liu/fix-metrics.Precision
6 years ago
minqiyang 2839e22739 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_dqn
6 years ago
minqiyang cd71d645c5 Polish code
6 years ago
minqiyang 2e09e95bfc Add GPU place in static mode of ptb rnn
6 years ago
chengduo 1342e2ea04
Fix the bug of the fast threaded executor (#16514)
6 years ago
Zeng Jinle d658244997
fix some grad op desc maker (#16581)
6 years ago
lujun ad7c1a934f merge conficts, test=develop
6 years ago
lujun 60e3e35575 merge branch, test=develop
6 years ago
gongweibao 0342f01249
Fix dgc bug. (#16602)
6 years ago
Qiyang Min 12e36d38a5 Imperative deep-first backward process (#16605)
6 years ago
Jiabin Yang 353244f4fc
test=develop, add FC and test (#16604)
6 years ago
lujun e97ded835a merge branch, test=develop
6 years ago
Chen Weihang c38c7c5619
Model data cryption link all lib (#16555)
6 years ago
guru4elephant be61e9eab8
Merge pull request #16597 from guru4elephant/refine_dataset
6 years ago
AIFollowers fb1ae722d1 Fix model_stat importing in paddle/fluid/contrib
6 years ago
乔龙飞 Qiao Longfei 21622ca30b
Merge pull request #16172 from jacquesqiao/add-async-ssa-graph-executor-communicator
6 years ago
minqiyang 55b01978e0 Polish code
6 years ago
minqiyang 51ca50897a Change the iteration direction in ingrads' map slots
6 years ago
minqiyang d16cb8ca11 Polish code
6 years ago
minqiyang cce766d710 Reverse iterator op's input
6 years ago
minqiyang 1a55f7d38c Change from width-first backward to deep-first backward process
6 years ago
Jiabin Yang 22e5bcd275
test=develop, ptb_rnn fix op (#16573)
6 years ago
lujun d3fc3d5520 move internal function, test=develop
6 years ago
minqiyang a0478084f8 Right transformer
6 years ago
Genieliu 0be1ce5850 test=develop
6 years ago
dongdaxiang 2c5839f7e3 refine dataset API
6 years ago
minqiyang 124f45c9f7 shrink transformer
6 years ago
lujun 2b32302bdf move dygraph.nn,dygraph.layer to fluid, test=develop
6 years ago
lujun 717256755a move dygraph.nn,dygraph.layer to fluid, test=develop
6 years ago
dengkaipeng be3eedcc4a fix out_h/out_w calc when out_shape is Variable. test=develop
6 years ago
Yan Xu 2e1e76e70e
add SeResNeXt unittest (#16503)
6 years ago
zhoukunsheng 5edf4fb4fb Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago
zhoukunsheng 47a5eec87d improve comment
6 years ago
zhoukunsheng 68f887aab3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
6 years ago
zhoukunsheng b2cdadd700 improve comment
6 years ago
zhoukunsheng 315176c65b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rank
6 years ago
chengduo feb1b54f9d
fix min and max bug (#16570)
6 years ago
dengkaipeng 8b76e005f2 fix doc out_shape. test=develop
6 years ago
Qiao Longfei adf272bcec Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
6 years ago
guru4elephant 76b49f02ee
Merge pull request #16539 from guru4elephant/train_with_pipe_reader_merge_develop
6 years ago
Qiao Longfei baf02328b2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
6 years ago
Qiyang Min d8d73ff3db
Merge pull request #15584 from velconia/imperative_lr_scheduler
6 years ago
lujun cf6238fbd9 fix merge for move dir, fix utest error, test=develop
6 years ago
minqiyang 96f242136b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_dqn
6 years ago
minqiyang 4da30607ef Fix bug of gradient interface
6 years ago
qingqing01 1ebd7434d5
Add linear learning warmup method in learning rate scheduler. (#16563)
6 years ago
Wu Yi 22b02bfa62
Batch norm cudnn accurate (#16545)
6 years ago
Qiao Longfei a1821a0449 remote remote_prefetch in embedding layer test=develop
6 years ago
zhaoyuchen2018 0b0abdbcd4
Merge pull request #16041 from zhaoyuchen2018/docrefine
6 years ago
dongdaxiang a53c8cd5a7 fix infer_from_dataset docs and abastract class problem
6 years ago
xjqbest a99c8d0c29 fix client to client communication bug
6 years ago
lujun 2b4d887460
Merge pull request #16551 from wopeizl/remove_useless_check
6 years ago
Kaipeng Deng 3d939d32ee
Merge pull request #16023 from heavengate/kl_div_loss
6 years ago
Kaipeng Deng 54474637ae
Merge pull request #16057 from heavengate/softmax_axis
6 years ago
Kaipeng Deng 63ac947e2f
Merge pull request #16135 from heavengate/shift
6 years ago
chengduo bb80dae7d0
Add DecoupledWeightDecay (#16427)
6 years ago
dengkaipeng 737ea825ac fix doc. test=develop
6 years ago
lujun 04c0b12c6e fix test layers error, test=develop
6 years ago
dongdaxiang 3829eac27b fix API spec about infer_from_dataset
6 years ago
lujun cf642d478d fix merge for move dir, fix utest error, test=develop
6 years ago
whs 73c4f2b7b6
Fix distillation for soft label. (#16538)
6 years ago
Qiao Longfei 61912e879d test_dist_base set runtime_split_send_recv to false test=develop
6 years ago
lujun 1dcd28e819 move dygraph.nn,dygraph.layer to fluid, test=develop
6 years ago
minqiyang 64b0929417 Polish code
6 years ago
peizhilin 9c6eb1aa46 remove the useless check test=develop
6 years ago
wopeizl e014950e87
add slice support for dim < 0 (#16494)
6 years ago
dongdaxiang 87027a2eef fix API.spec problem and executor's docstring
6 years ago
zhoukunsheng 5284213942 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rsqrt
6 years ago
minqiyang 34426e761e Polish code
6 years ago
lujun 5470c29daa fix merge for move dir, fix utest error, test=develop
6 years ago
minqiyang fb7c787d34 Fix conflicts
6 years ago
dongdaxiang ade9337486 fix API.spec
6 years ago
Genieliu 83b22941af 1 metric update should be in the for loop. 2 sample_num is the shape's first element 3 preds cast should use round, astype("int32") method will cast all the elements(which is less than 1) to 0.
6 years ago
minqiyang 3e57981294 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
6 years ago
lujun d4d5052fa6 fix merge for move dir, fix utest error, test=develop
6 years ago
Zhen Wang 4c1ec41de3
Merge pull request #16531 from wanghaoshuang/quan_ck
6 years ago
AIFollowers e18ab78f67 add model_stat.py (#16512)
6 years ago
zhoukunsheng 3c4f5f0368 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
lujun 32146857a4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into move-code
6 years ago
dongdaxiang 720647e17f rebase current develop and fix conflict
6 years ago
zhoukunsheng 2336d5ca5d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rank
6 years ago
zhoukunsheng f32c125e81 clarify comment
6 years ago
dongdaxiang 93c3c7f9b3 fix dataset testcase problem
6 years ago
dongdaxiang d739bab844 fix async_executor problem and remove some unnecessary testcase, fix trainer_desc import problem
6 years ago
dongdaxiang 60b7bf6fa6 add infer_from_dataset for inference
6 years ago
dongdaxiang 88880d9b69 fix import trainer_desc_pb2 error
6 years ago
dongdaxiang 0030eb2a61 fix distributed building
6 years ago
xjqbest 1497ce388d fix code style of test_dataset.py
6 years ago
xjqbest 7cdd57a474 fix code style of test_dataset.py
6 years ago
xjqbest 748d54cb46 fix code style of test_dataset.py
6 years ago
xjqbest 1073b4d8f9 fix code style of test_dataset.py
6 years ago
dongdaxiang 45eb6f0765 run pre-commit check files and fix code style problem
6 years ago
xjqbest e57ac5ed17 fix code style
6 years ago
xjqbest 97c74e60c3 fix code style
6 years ago
xjqbest a38b98cb32 fix code style & runtime error
6 years ago
dongdaxiang 8e14d8f900 add data_generator package into setup.py
6 years ago
dongdaxiang 17790188d0 make role maker and distributed optimizer private
6 years ago
dongdaxiang d87ba58c14 refine document of python API, make device_worker and trainer's API private
6 years ago
dongdaxiang b95b80bc76 add doc string for executor and update API.spec
6 years ago
xjqbest d52586a97d add doc string
6 years ago
xjqbest e95cafd9a7 fix code style & add dataset testcase
6 years ago