gongweibao
0b1c7d838c
Add brpc serialization support. ( #11430 )
6 years ago
Wu Yi
26200f2e42
[1.1] [project] train imagenet using large batch size ( #13766 )
...
* fix nccl2 lars dist support
* put lars in momentum op
* add tests lars
* fix ci
* fix cpu kernel
* soft warning
* remove lars in test_recognize_digits.py
* move to another op
* add file
* update api.spec test=develop
* update test=develop
* fix api.spec test=develop
* wip
* wip, finish grad merge ops
* wip, finish graph build
* wip test running
* work on 1 gpu
* workable version
* update
* fix tests
* fuse broadcast op
* fix compile failed
* refine
* add batch merge test mnist
* fix CI test=develop
* fix build
* use independent bn params for batch merge test=develop
* update api.spec
* follow comments and for test
* wip
* refine tests test=develop
* follow comments test=develop
* remove startup bn modify test=develop
* follow comments test=develop
* fix merge test=develop
7 years ago
gongweibao
078223b3e3
Add rpc timeline. ( #13900 )
...
Add rpc timeline
7 years ago
Xin Pan
88ae3f169d
further clean
7 years ago
Yan Xu
23ec966cd3
Merge pull request #13360 from Yancey1989/parallel_bcast
...
move bcast op into graph passes
7 years ago
typhoonzero
cb4a73be01
fix fluid_benchmark resnet lr decay
7 years ago
Yancey1989
b084dfab7e
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_bcast
7 years ago
Yancey1989
5ce1a960a5
move bcast op into pass
7 years ago
typhoonzero
5fd5bf9c96
sync resnet model
7 years ago
Yancey1989
b720b3a58f
fix fluid benchmark script
7 years ago
Wu Yi
f90c7865f0
Benchmark tool for imgnet ( #12305 )
...
* support test using executor without reader
* run imgnet
* update fluid benchmark
* wip
* update
* update all models
* support pyreader
* update
* clean up
* make profile batches contollable
* update API.spec
* update scripts
* clean dockerfile
* update
* clean comments
* add scope argument docstring
* use num_trainers to determine nccl init comms
7 years ago
minqiyang
e7d87c09fc
Fix generator not closed when iteration end bug
7 years ago
Xin Pan
398cfb47b1
disable dist_se_resnext since it's not stable yet.
...
fix fluid_benchmark.py
7 years ago
chengduoZH
a552c56c29
Fix .sh file
7 years ago
Wu Yi
db67d60e31
Remove block api ( #12107 )
...
* remove block api
* remove clone_variable
* hide block inner apis
* update
* fix tests
7 years ago
Luo Tao
2547c4858c
add no_random args in fluid_benchmark.py
7 years ago
pzelazko-intel
9a15c92317
bnorm+relu fuse for mkldnn (inference) ( #11434 )
...
* bnorm+relu fuse for mkldnn
* separate fuse_relu function
* bug fix
* proper while range in inference_transpiler
* description fix
* review fix
* review fix
* unit test for fwd batch norm+relu MKLDNN fuse
7 years ago
Yancey
2fdbc1ce65
hidden bcast_params call in dist train ( #11575 )
7 years ago
gongweibao
3587d9213c
Fix kube jobs generator's bugs. ( #11557 )
7 years ago
gongweibao
25241e9e5e
Fix paddle env variables. ( #11564 )
7 years ago
Kexin Zhao
417fcf4f43
Modify Pybind LoDTensor API according to length-based LoD ( #11106 )
...
* add lod_tensor util and modify pybind
* refind pybind LoDTensor API and modify LoDTensor and DataFeeder test
* fix test error
* fix detection map op test
* fix reorder_lod_tensor test
* fix seq_concat_op
* fix chunk evel op test
* fix target assign op
* fix warp ctc op
* address comments step 1: reverse reset_lod op
* step 2: modify op test
* add warning message
* remove has_valid_lod
* add back has_valid_lod
* address comments
* add exception catching trial
7 years ago
guochaorong
90a74a9f2f
fix code style
7 years ago
guochaorong
a95cf55eeb
fix bugs in fluid_benchmark
7 years ago
sneaxiy
a3408d0030
Merge pull request #11356 from typhoonzero/fix_fluix_benchmark_error
...
Fix fluid_benchmark stacked_dynamic_lstm model error
7 years ago
Qiyang Min
1cfd3cb13b
Add some dist-training robust cases into fluid benchmark test ( #11207 )
...
* 1. add weight decay feature into fluid benchmark test
2. add learning rate decay feature into fluid benchmark test
3. add L1&L2 regularization feature into fluid benchmark test
4. add error clipping feature into fluid benchmark test
5. add gradient clipping feature into fluid benchmark test
* Add some document to README.md under benchmark/fluid/ repo
* Add model_base.py
* Fix bugs in test_listen_and_serv_op
* 1. remove args out of fluid_benchmark.py
2. remove lr_decay, regularization, clipping out of fluid_benchmark.py
* add async_mode description to doc and remove the clipping description out
* for restart build
* to restart build
* remove optimization args from args.py
* 1. remove optimization from models
2. fix bug in test_listen_and_serv_op
* change the name retry_times to left_time
* change retry_times to the pserver start left time
7 years ago
yi.wu
799a3aa6bc
fix fluid_benchmark stacked_dynamic_lstm model error
7 years ago
sneaxiy
4b6d584f4f
fix identifier error of 'dshape'
7 years ago
yi.wu
7e861f0ee4
fix small bug in caculating speed
7 years ago
Wu Yi
635099c162
Merge pull request #11121 from typhoonzero/fluid_benchmark_support_recordioreader
...
Fluid benchmark support recordio reader
7 years ago
gongweibao
ddd95022c1
add link ( #11255 )
7 years ago
Xin Pan
53a509daaf
make benchmark really working ( #11215 )
7 years ago
yi.wu
cd330578ef
add num_passes
7 years ago
yi.wu
8370c5afd0
fix errors by comment
7 years ago
yi.wu
6fdd5de2aa
update
7 years ago
yi.wu
8893cf1262
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fluid_benchmark_support_recordioreader
7 years ago
yi.wu
8d14b3953f
follow comments
7 years ago
Tao Luo
7938b30ce0
Merge pull request #11199 from luotao1/benchmark
...
add ParallelDo example for benchmark/fluid
7 years ago
Luo Tao
4aaeeba738
use apt install -y python-opencv to run flower dataset
7 years ago
Luo Tao
9514146773
add ParallelDo example for benchmark/fluid
7 years ago
yi.wu
725ea3f17d
update
7 years ago
yi.wu
2e0d851685
update readme
7 years ago
yi.wu
a28a462e19
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fluid_benchmark_support_recordioreader
7 years ago
Luo Tao
9630aa0e52
fix test error in fluid_benchmark.py
7 years ago
Luo Tao
9d1dae3987
remove argument cpus, and will add in next PR
7 years ago
Luo Tao
dcf40fd0bc
refine benchmark
7 years ago
yi.wu
47630a4a9e
fluid benchmark support recordio reader
7 years ago
Wu Yi
ed365919b4
Add fluid benchmark Dockerfile ( #11095 )
...
* add fluid benchmark Dockerfile
* add_fluid_benchmark_dockerfile
7 years ago
gongweibao
4fb7cc7f5e
Move sync_mode device ctx from grpc server ( #10881 )
7 years ago
Xin Pan
35d5b1b9e2
Merge pull request #11036 from panyx0718/dist_timeline
...
better profiler and benchmark
7 years ago
Xin Pan
3cb6395688
better profiler and benchmark
7 years ago