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
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
Luo Tao
2547c4858c
add no_random args in fluid_benchmark.py
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
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
cd330578ef
add num_passes
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
Luo Tao
9514146773
add ParallelDo example for benchmark/fluid
7 years ago
yi.wu
725ea3f17d
update
7 years ago
yi.wu
a28a462e19
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fluid_benchmark_support_recordioreader
7 years ago
yi.wu
47630a4a9e
fluid benchmark support recordio reader
7 years ago
Wu Yi
55d3951bed
Benchmark/Integrate benchmark scripts ( #10707 )
...
* wip integrate benchmark scripts
* testing nlp models
* k8s script to start dist benchmark job
* update script
* done support all models
* add README.md
* update by comment
* clean up
* follow comments
7 years ago