chengduo
6220b8b9d1
[Speed] Make test_dyn_rnn faster ( #16761 )
...
* make test_dyn_rnn faster
6 years ago
Leo Zhao
a9694bd3d6
convert output to nchw format to align with native version in avx512 mode
...
test = develop
resolve #16764
6 years ago
heqiaozhi
759940786e
Merge remote-tracking branch 'upstream/develop' into dev
...
test=develop
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
...
test=develop
6 years ago
phlrain
bbfc82cc42
softmax corss entropy support high rank
...
test=develop
6 years ago
zhoukunsheng
2b2b4ca21e
Merge branch 'develop' into rsqrt
6 years ago
heqiaozhi
afa64a5cfa
add cvm unittest
...
test=develop
6 years ago
Hongyu Liu
e2897ba13a
Merge pull request #16432 from zhoukunsheng/linspace
...
add linspace op
6 years ago
Hongyu Liu
afe0d64c9d
Merge pull request #16320 from zhoukunsheng/all_any
...
add reduce_all, reduce_any op
6 years ago
Tao Luo
f96446cade
Merge pull request #16738 from luotao1/high_level_api_test
...
reduce CI time of high_level_api tests
6 years ago
chengduo
610c6442e3
Make test_parallel_executor_seresnet.py Faster ( #16701 )
...
* slimming test_parallel_executor_seresnet.py
6 years ago
Tao Luo
544f91deba
add WITH_HIGH_LEVEL_API option, default OFF
...
test=develop
6 years ago
Tao Luo
7d0ed2a423
remove non-existent test_image_classification_resnet
...
test=develop
6 years ago
Zeng Jinle
674aed6a6c
Fix unittests which takes too long time ( #16713 )
...
* fix too long unittest
recommit
test=develop
* add fake_reader.py
test=develop
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
...
Move dygraph api to root
6 years ago
Kaipeng Deng
ed97156461
Merge pull request #16439 from heavengate/resize_scale
...
add attr scale. test=develop
6 years ago
Tao Luo
38f01b678a
rename high_level_api tests
...
test=develop
6 years ago
Huihuang Zheng
2146293d26
Fix op registry ( #16677 )
...
list of fixed ops:
lookup_table_op
space_to_depth_op
squared_l2_distance_op
squared_l2_norm_op
teacher_student_sigmoid_loss_op
tree_conv_op
warpctc_op
test=develop
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 )
...
* make less batch of tests to fit ci
* test=develop, invoke ci
add some comments back
6 years ago
chengduo
55b15db5af
Add unit test for fuse all_reduce ops ( #16699 )
...
* test fuse all_reduce
6 years ago
Yan Xu
c6720990c0
fix seresnext unit test ( #16689 )
...
comment np.array(x.get_tensor()) in imperaitve mode to avoid OOM.
6 years ago
guru4elephant
7d653f0aed
Merge pull request #16652 from xjqbest/dataset_merge_develop
...
fix dataset bug
6 years ago
chengduo
ea8655dbd2
Add unit test for fuse_opt_ops ( #16550 )
...
* add unit test for fuse_opt_ops
test=develop
6 years ago
minqiyang
7c4b9b577a
Polish code
...
test=develop
6 years ago
minqiyang
aa07814df3
Add 3 uts
...
test=develop
6 years ago
minqiyang
2e0b871320
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_dqn
6 years ago
xjqbest
274477005e
fix dataset testcase error
...
test=develop
6 years ago
Zeng Jinle
bb143052cb
fix gc bug in conditional block ( #16673 )
...
test=develop
6 years ago
xjqbest
5e5139283b
fix runtime error
...
test=develop
6 years ago
ruri
229dc93277
Add Pixel shuffle OP ( #15782 )
...
* add pixel_shuffle op
* add pixel_shuffle op, test=develop
* rewrite code, test=develop
* delete useless comment, test=develop
* Refine pixel_shuffle_op and unit testing
* refine code,test=develop
* refine .cu,test=develop
* fix unittest,test=develop
* Fix unit testing
test=develop
* resolve conflict, test=develop
* fix test, test=develop
* fix API, test=develop
* fix test datatype bug,test=develop
* polish comments,test=develop
* add API,test=develop
* test=develop
* Add Pixel_Shuffle OP,test=develop
* support python3,test=develop
* add include memory to travis CI bug,test=develop
6 years ago
lujun
38382f8e27
Merge pull request #16658 from JiabinYang/fix/transformer_random_failed
...
test=develop, fix transformer in dygraph
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
...
test=develop
6 years ago
minqiyang
61fe139f34
Polish code
6 years ago
lujun
e11bf2a49e
merge branch, test=develop
6 years ago
Qiyang Min
cf307d0dfb
Imperative fix ptb rnn place bug ( #16632 )
...
* Fix bug of gradient interface
* shrink transformer
* Right transformer
* Change from width-first backward to deep-first backward process
test=develop
* Reverse iterator op's input
test=develop
* Polish code
* Change the iteration direction in ingrads' map slots
test=develop
* Polish code
test=develop
* Add GPU place in static mode of ptb rnn
test=develop
* Polish code
test=develop
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
...
add some dygraph op
1.Conv3d
2.Conv3dTranspose
3.RowConv
4.GroupNorm
5.SpectralNorm
6.TreeConv
and utest
6 years ago
Xin Pan
c77fb9fed9
Merge pull request #16636 from panyx0718/imperative
...
add a simple test
6 years ago
xjqbest
271b7147cc
fix dataset bug
...
test=develop
6 years ago
Zeng Jinle
1c526e1d1a
Fix some grad op desc makers ( #16633 )
...
* fix some grad op desc maker
test=develop
* fix grad op desc makers
test=develop
6 years ago
minqiyang
e377d75977
Add UT for most layers without params
...
test=develop
6 years ago
Xin Pan
d02e3e7f79
add a simple test
...
test=develop
6 years ago
minqiyang
2839e22739
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_dqn
...
test=develop
6 years ago
minqiyang
cd71d645c5
Polish code
...
test=develop
6 years ago
minqiyang
2e09e95bfc
Add GPU place in static mode of ptb rnn
...
test=develop
6 years ago
chengduo
1342e2ea04
Fix the bug of the fast threaded executor ( #16514 )
...
* Fix the bug of the fast threaded executor. I
6 years ago
Zeng Jinle
d658244997
fix some grad op desc maker ( #16581 )
...
test=develop
6 years ago
lujun
ad7c1a934f
merge conficts, test=develop
6 years ago
lujun
60e3e35575
merge branch, test=develop
6 years ago
Qiyang Min
12e36d38a5
Imperative deep-first backward process ( #16605 )
...
* Fix bug of gradient interface
* shrink transformer
* Right transformer
* Change from width-first backward to deep-first backward process
test=develop
* Reverse iterator op's input
test=develop
* Polish code
* Change the iteration direction in ingrads' map slots
test=develop
* Polish code
test=develop
6 years ago
Jiabin Yang
353244f4fc
test=develop, add FC and test ( #16604 )
...
* test=develop, add FC and test
* test=develop, refine code
6 years ago
lujun
e97ded835a
merge branch, test=develop
6 years ago
乔龙飞 Qiao Longfei
21622ca30b
Merge pull request #16172 from jacquesqiao/add-async-ssa-graph-executor-communicator
...
Add async ssa graph executor communicator
6 years ago
minqiyang
51ca50897a
Change the iteration direction in ingrads' map slots
...
test=develop
6 years ago
minqiyang
d16cb8ca11
Polish code
6 years ago
minqiyang
cce766d710
Reverse iterator op's input
...
test=develop
6 years ago
minqiyang
1a55f7d38c
Change from width-first backward to deep-first backward process
...
test=develop
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
minqiyang
124f45c9f7
shrink transformer
6 years ago
lujun
717256755a
move dygraph.nn,dygraph.layer to fluid, test=develop
6 years ago
Yan Xu
2e1e76e70e
add SeResNeXt unittest ( #16503 )
...
* add seresnet unittest test=develop
* add dropout layer test=develop
* fix ci test=develop
* fix comment test=develop
* fix comment test=develop
* fix ci test=develop
* fix ci test=develop
* fix ci
* fix module name test=develop
* run imperative serenext unit test serially test=develop
6 years ago
zhoukunsheng
5edf4fb4fb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago
chengduo
feb1b54f9d
fix min and max bug ( #16570 )
...
test=develop
6 years ago
Qiao Longfei
adf272bcec
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
...
test=develop
6 years ago
guru4elephant
76b49f02ee
Merge pull request #16539 from guru4elephant/train_with_pipe_reader_merge_develop
...
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
...
test=develop
6 years ago
Qiyang Min
d8d73ff3db
Merge pull request #15584 from velconia/imperative_lr_scheduler
...
Support imperative learning rate scheduler
6 years ago
lujun
cf6238fbd9
fix merge for move dir, fix utest error, test=develop
6 years ago
qingqing01
1ebd7434d5
Add linear learning warmup method in learning rate scheduler. ( #16563 )
...
* Add linear learning warmup method
This warmup lr can be combinated with other learning rate strategies.
For example:
decayed_lr = fluid.layers.linear_lr_warmup(
fluid.layers.piecewise_decay(boundaries, lr_steps),
warmup_steps, start_lr, end_lr)
6 years ago
Wu Yi
22b02bfa62
Batch norm cudnn accurate ( #16545 )
...
* fix cudnn batch norm accuracy test=develop
* fix cudnn batch norm accuracy test=develop
* disable failed test for later fix test=develop
6 years ago
xjqbest
a99c8d0c29
fix client to client communication bug
...
test=develop
6 years ago
Kaipeng Deng
3d939d32ee
Merge pull request #16023 from heavengate/kl_div_loss
...
KL div loss: add kldiv_loss op
6 years ago
Kaipeng Deng
54474637ae
Merge pull request #16057 from heavengate/softmax_axis
...
Add attr 'axis' for softmax
6 years ago
Kaipeng Deng
63ac947e2f
Merge pull request #16135 from heavengate/shift
...
Add temporal_shift op for TSM model
6 years ago
lujun
04c0b12c6e
fix test layers error, test=develop
6 years ago
lujun
cf642d478d
fix merge for move dir, fix utest error, test=develop
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
wopeizl
e014950e87
add slice support for dim < 0 ( #16494 )
...
* add slice support for dim < 0 test=develop
6 years ago
zhoukunsheng
5284213942
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rsqrt
6 years ago
minqiyang
fb7c787d34
Fix conflicts
...
test=develop
6 years ago
minqiyang
3e57981294
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
...
test=develop
6 years ago
lujun
d4d5052fa6
fix merge for move dir, fix utest error, test=develop
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
...
test=develop
6 years ago
dongdaxiang
93c3c7f9b3
fix dataset testcase problem
...
test=develop
6 years ago
dongdaxiang
d739bab844
fix async_executor problem and remove some unnecessary testcase, fix trainer_desc import problem
...
test=develop
6 years ago
xjqbest
1497ce388d
fix code style of test_dataset.py
...
test=develop
6 years ago
xjqbest
7cdd57a474
fix code style of test_dataset.py
...
test=develop
6 years ago
xjqbest
748d54cb46
fix code style of test_dataset.py
...
test=develop
6 years ago
xjqbest
1073b4d8f9
fix code style of test_dataset.py
...
test=develop
6 years ago
dongdaxiang
45eb6f0765
run pre-commit check files and fix code style problem
...
test=develop
6 years ago
xjqbest
e57ac5ed17
fix code style
...
test=develop
6 years ago
xjqbest
97c74e60c3
fix code style
...
test=develop
6 years ago
xjqbest
a38b98cb32
fix code style & runtime error
...
test=develop
6 years ago
xjqbest
d52586a97d
add doc string
...
test=develop
6 years ago
xjqbest
e95cafd9a7
fix code style & add dataset testcase
...
test=develop
6 years ago
Qiao Longfei
d8974e6da0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
...
test=develop
6 years ago
lujun
de605cc0fc
Merge pull request #16523 from junjun315/tensor_api
...
move imperative to dygraph
6 years ago
chengduo
1096746cbf
Fuse Adam And SGD ops ( #15933 )
...
* fuse optimizer
6 years ago
lujun
1c9aaeebe0
move imperative to dygraph, test=develop
6 years ago
lujun
d980ba19bc
add some dygraph op, test=develop
6 years ago
zhoukunsheng
2f9e562100
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
zhoukunsheng
082822d417
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rsqrt
6 years ago
zhoukunsheng
c47f3cc7fe
test=develop
...
add rsqrt op
6 years ago
minqiyang
42507d33c6
Change atol to default value
6 years ago
dengkaipeng
193185b840
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shift
6 years ago
dengkaipeng
8a0023892a
fix unittest. test=develop
6 years ago
whs
59f75ec76e
Make unitest of fsp op faster and more stable. ( #16502 )
...
* Make unitest of fsp op faster and more stable.
test=develop
* Skip unitest of fsp op.
test=develop
6 years ago
minqiyang
35c89f38c3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
...
test=develop
6 years ago
gongweibao
eb83abeac3
Add DGC(Deep Gradient Compression) interface. ( #15841 )
6 years ago
zhoukunsheng
874b5d8362
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
zhoukunsheng
83c7bca13f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago
Qiao Longfei
b68f84090b
fix test_split_selected_rows_op test=develop
6 years ago
Zeng Jinle
c7c6eeb44e
Merge pull request #16409 from sneaxiy/feature/advance_gc
...
Enhance gc to support deleting tensor buffer in advance
6 years ago
Jiabin Yang
54a73578a8
Feature/install check ( #16044 )
...
* test=develop, add install check
* test=develop, add install check scripts
* test=develop, refine language
* test=develop, add api spec
* test=develop, change cdn to bj to pass ci
6 years ago
minqiyang
99128a5c72
Implement Cosine and Noam Decay
...
test=develop
6 years ago
wopeizl
c300b1ba69
Tensor index ( #16223 )
...
* extend the slice function for python
test=develop
6 years ago
minqiyang
ec9c0874bc
Implement Expotential NatureExp Inversetime and Polynomal Decay
6 years ago
Jiabin Yang
0d9d25d40f
Feature/refactor layers to Layers ( #16337 )
...
* test=develop, add some Layers and tests
* test=develop, add more layers
* test=develop, add more layers
* test=develop, add force cpu option
* Update test_layers.py
remove pdb
* test=develop, refine code
6 years ago
gongweibao
850b737112
Fix nparray.all() bug. ( #16472 )
6 years ago
Xin Pan
f8c279b11c
Merge pull request #16454 from panyx0718/imperative2
...
polish deepCF model to support real dataset
6 years ago
Qiao Longfei
30618409db
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
6 years ago
sneaxiy
78fb3a62e0
fix env variable settting bug
...
test=develop
6 years ago
minqiyang
4278be8c49
Merge branch 'imperative_lr_scheduler' of https://github.com/velconia/Paddle into imperative_lr_scheduler
...
test=develop
6 years ago
minqiyang
b5bbb13ac1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
6 years ago
dengkaipeng
7920e3be02
revert test_softmax_cudnn. test=develop
6 years ago
Jiabin Yang
7c5319ba12
Fix/test imperative ptb rnn ( #16433 )
...
* test=develop, fix ptb rnn
* test=develop, change cdn to bj to pass ci
* test=develop, fix ci
6 years ago
Jiabin Yang
f735102eab
add layer norm to Layers, add transformer test in imperative mode ( #16092 )
...
* add layer norm to Layers, add transformer prepare encoding
* little change
* finish encoder part
* add decoder part
* finish model part
* add test case and part of data feed
* add transformer test
* add to_parameter, add remove in set_attr
* test=develop, fix pos encoding bug, create_parameter with stantard name
* test=develop, rm dropout test in imperative
* test=develop, fix cpu error
* test=develop, fix minize bug
* test=develop, fix one hot not stop gradient
* test=develop, fix one hot not stop gradient
* test=develop, refine parameter name
* test=develop, fix transformer test in imperative mode
* test=develop, fix transformer test in imperative mode
* test=develop, fix boost and mkl download error
* test=develop, fix boost and mkl download error
* test=develop, fix ci and refine code
* test=develop, fix ci and refine code
6 years ago
Xin Pan
fd24ab47ab
polish
...
test=develop
6 years ago
Xin Pan
1f89249a95
update DeepCF model
...
test=develop
6 years ago
sneaxiy
a7d0ac50b8
Merge develop
6 years ago
sneaxiy
7000ec85d9
fix some op grad maker
...
fix ctest eager deletion disable bug
test=develop
6 years ago
dengkaipeng
cfef382a85
fix format. test=develop
6 years ago
Zeng Jinle
4cc9809cae
Merge pull request #15799 from sneaxiy/feature/decoupled_reader
...
Try to decouple reader with program_desc
6 years ago
whs
e9bec9369b
[slim] Add quantization strategy and distillation strategy. ( #16408 )
...
* Add fsp operator.
1 Add unitest.
2. Add python API.
3. Add layer test.
* Add quantization strategy.
1. Add API.
2. Add unitest.
* Add distillatoin strategy.
* Add unitest config file for quantization
* Fix Copyright
test=develop
* Fix setup.py
* Fix document of layers.py.
test=develop
* Fix unitest in python3.
test=develop
* Fix documents.
test=develop
* 1. refine fsp op by batched gemm
2. remove unused import
test=develop
* Fix test_dist_se_resnext.
1. disable test distillation.
2. reset framework.py
test=develop
* Enable unitest of distillation after fixing Block._clone_variable
test=develop
* Fix cdn issue.
test=develop
6 years ago
liuwei1031
de3b70a101
fix cdn issue, test=develop ( #16423 )
...
* fix cdn issue, test=develop
* fix cdn issue, test=develop
6 years ago
zhoukunsheng
d3d31a5894
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago
zhoukunsheng
664c342ca0
test=develop
...
split reduce_all_any_op.h into two files
add unit test for reduce_all, reduce_any
6 years ago
zhoukunsheng
43060084a4
test=develop
...
add linspace, modify interface comments in tensor.py, merge with develop branch
6 years ago
sneaxiy
f8ed2c229e
try to fix ci error
...
test=develop
6 years ago
zhoukunsheng
8e9ebebcef
test=develop
...
add linspace op
6 years ago
dengkaipeng
cfda1fdea7
add attr scale. test=develop
6 years ago
Xin Pan
b55dd32e9c
Merge pull request #16394 from panyx0718/imperative2
...
Add DeepCF model
6 years ago
sneaxiy
2f54d9f995
Merge develop
...
test=develop
6 years ago
sneaxiy
072d95d8f6
Merge develop
...
test=develop
6 years ago
sneaxiy
a93a9eef8f
add op registry type
...
refine gc code
test=develop
6 years ago
chengduo
c917c13af1
increase the time limite ( #16405 )
...
test=develop
6 years ago
whs
18779b5b8f
[Operator] Add range op. ( #15431 )
...
* Add range op.
test=develop
* Add more unitests.
test=develop
* Fix API.spec
test=develop
* Fix API.spec
test=develop
* Fix API.spec
test=develop
6 years ago
phlrain
6b971e1f19
remove test_dist_transplier; test=develop
6 years ago
phlrain
7dc4a7f4f8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_var_name_in_opt_2
6 years ago
phlrain
d11d0e18c2
remove test_dist_transplier; test=develop
6 years ago
Xin Pan
55a7b98126
Add DeepCF model
...
test=develop
6 years ago
Zhen Wang
ec11135d54
Merge pull request #16341 from wzzju/add_channel_wise_in_quant_pass
...
Add channel wise in quant pass.
6 years ago
xiaolil1
e235882c18
Enable MKL-DNN INT8 Concat Kernel. ( #16156 )
...
* Enable INT8 Concat Kernel to improve the performance of MobileNet-SSD.
test=develop
* Optimize UT format.
test=develop
* Fix UT file address issue.
test=develop
* Refine the license year.
test=develop
* Optimize code for new API.
test=develop
* Restructure INT8 Concat kernel.
test=develop
6 years ago
Qiyang Min
171df5b56b
Merge pull request #16303 from junjun315/checkpoint
...
for Checkpoint save and load
6 years ago
Hongyu Liu
e5478ab5c8
Merge pull request #16346 from phlrain/add_floordiv_and_mod
...
add elementwise floordiv, mod
6 years ago
chengduo
33965527fd
Add unit test for fuse all reduce ( #16354 )
...
* refine fused_all_reduce_op
* add unit test in test_parallel_executor_seresnext
test=develop
6 years ago
phlrain
5dc9b51994
fix time; test=develop
6 years ago
phlrain
56c2d384c7
add elementwise floordiv, mod; test=develop
6 years ago
Wu Yi
8bebfe5640
add resnet nccl2 dist training, mp training unit test ( #16167 )
...
* add resnet nccl2 test=develop
* test dist train test=develop
* update test=develop
* increase timeout test=develop
* test on CI env test=develop
6 years ago
baojun
2de263a5d9
Add softmax_with_cross_entropy_op to ngraph engine ( #16304 )
...
* Add softmax_with_cross_entropy_op test=develop
* simplify implementation test=develop
6 years ago
chengduo
f26ba5bddd
Fuse AllReduce ( #15921 )
...
* fuse all_reduce
test=develop
* add fuse_parameter_groups_size
test=develop
* Polish code
test=develop
* Fix travis-ci
test=develop
* Add SetGroupAccordingToLayers and SetGroupAccordingToGroupSize
test=develop
* Add SetGroupAccordingToMemorySize
test=develop
* fix multi_devices_graph
test=develop
* reset params_grads
test=develop
* Polish code
test=develop
6 years ago
dengkaipeng
93701dba50
add jit kernel for softmax axis. test=develop
6 years ago
Wu Yi
6382b62f6b
Collective ops ( #15572 )
...
* wip allreduce in op
* wip
* wip
* wip
* wip adding test
* wip for conflict with mp mode
* fix tests test=develop
* fix cpu build test=develop
* fix travis clang format test=develop
* fix cpu build test=develop
* update api.spec test=develop
* delete comment test=develop
* fix cpplint test=develop
* fix test=develop
* follow comment test=develop
* add file test=develop
* fix build test=develop
* update test=develop
* to be compatible with sync_bn, and fix mp mode in develop test=develop
6 years ago
lujun
bed0ecf3d2
checkpoint pr be moved here, test=develop
6 years ago
Zhen Wang
ec88b6cc5a
add channel wise quantization in ir pass.
6 years ago
sneaxiy
3a09693f5c
change API name
...
test=develop
6 years ago
Yibing Liu
7e20e7691e
Fix the bug in fp16 backward kernel ( #16269 )
...
test=develop
6 years ago
dengkaipeng
365e6cfd15
add mkldnn support. test=develop
6 years ago
dengkaipeng
217db27337
add mkldnn support. test=develop
6 years ago
dengkaipeng
6cb66721d2
add cudnn support. test=develop
6 years ago
sneaxiy
161b8ddcaa
Merge develop
6 years ago
xiaolil1
e818fa1004
Enable INT8 transpose kernel for MobileNet-SSD improvement. ( #16159 )
...
* Enable INT8 transpose kernel for MobileNet-SSD improvement.
test=develop
* Refine the license year.
test=develop
* Delete redundant code.
test=develop
* Add axis check.
test=develop
6 years ago
Xin Pan
3e9319f3ab
add more imperative layer tests.
...
test=develop
6 years ago
Xin Pan
7458114b5b
Merge pull request #16228 from panyx0718/imperative
...
graph neural network for imperative mode
6 years ago
Kaipeng Deng
b77ebb2af2
Merge pull request #15919 from heavengate/yolo_box
...
add yolo_box for detection box calc in YOLOv3
6 years ago
Xin Pan
3be7e971ab
polish
...
test=develop
6 years ago
Xin Pan
50ff898378
graph neural network for imperative mode
...
test=develop
6 years ago
achao2013
81b4fad8b9
add moving average absmax op and fix bug ( #15155 )
...
* Add moving average absmax op in quantilize-aware training.
6 years ago
Kaipeng Deng
74037cc1c8
Merge branch 'develop' into yolo_box
6 years ago
Xin Pan
92b9ce3479
Merge pull request #16073 from heavengate/yolov3_loss_imporve
...
Yolov3 loss: add mixup score and label smooth
6 years ago
qingqing01
8ad672a287
Support sync batch norm. ( #16121 )
...
* Support Sync Batch Norm.
* Note, do not enable it in one device.
Usage:
build_strategy = fluid.BuildStrategy()
build_strategy.sync_batch_norm = True
binary = fluid.compiler.CompiledProgram(tp).with_data_parallel(
loss_name=loss_mean.name,
build_strategy=build_strategy)
6 years ago
Yibing Liu
4ae23cc3c5
Impl fp16 compute kernel for slice_op ( #16206 )
...
* Impl fp16 compute kernel for slice_op
test=develop
* Use data() to replace mutable_data()
6 years ago
sneaxiy
5a92e4c097
revert revert 16144
...
test=develop
6 years ago
sneaxiy
ad5f0e6018
merge develop
6 years ago
sneaxiy
55ba7f610b
fix numeric error
...
test=develop
6 years ago
Zeng Jinle
a91964c8fe
Revert "PaddingRNN model memory optimize"
...
test=develop
6 years ago
Zeng Jinle
0b49e43d3a
Merge pull request #16144 from sneaxiy/rnn_mem_opt
...
PaddingRNN model memory optimize
6 years ago
sneaxiy
ac0e0f5181
merge develop
...
test=develop
6 years ago
Kaipeng Deng
1a4a90a81d
Merge pull request #16140 from tink2123/arc_function
...
Add the inverse trigonometric function
6 years ago
Qiyang Min
d4e8c99f4b
Merge pull request #16095 from velconia/transfer_gru_unit
...
Imperative transfer gru unit
6 years ago
Zhen Wang
5420cf95f5
Merge pull request #16070 from wzzju/channel_wise_quant_op
...
Add channel wise quant op and channel wise dequant op.
6 years ago
dengkaipeng
e4e3764060
use memory Copy. test=develop
6 years ago
dengkaipeng
d31693afec
no use _gt_score. test=develop
6 years ago
dengkaipeng
af4ef80e5b
fix API.spec not add defaults. test=develop
6 years ago
dengkaipeng
0d1a9996ac
fix unittest for yolov3_loss. test=develop
6 years ago
dengkaipeng
00e822d2a0
fix test_detection. test=develop
6 years ago
dengkaipeng
ad897304f9
fix pre-commit. test=develop
6 years ago
dengkaipeng
c9d4676bee
fix multi batch idx error. test=develop
6 years ago
dengkaipeng
cb2dca53c1
fix cuda kernel error
6 years ago
dengkaipeng
452373decb
resize box in input image scale. test=develop
6 years ago
dengkaipeng
3896d955c7
add yolo_box_op CPU kernel
6 years ago
minqiyang
de212ae274
Polish code
...
test=develop
6 years ago
Qiyang Min
1f4aa7a202
Imperative remove all descs ( #16045 )
...
* Remove Desc in Forward Pass
* Refactor VarBase
* Add dbg info
* Only check type in imperative mode
* Polish code and support optimizer
test=develop
* Fix stop gradient problem in PyLayer
test=develop
6 years ago
minqiyang
45c9f2a68a
Fix bugs in piecewise decay
...
test=develop
6 years ago
Zeng Jinle
472f16b5aa
Merge pull request #16063 from sneaxiy/enhance_gc
...
Enhance gc
6 years ago
minqiyang
a424ab499e
Change CMakeFiles
...
test=develop
6 years ago
minqiyang
feb39028c6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
6 years ago
minqiyang
d17bb4e600
Add unit test for gru unit
...
test=develop
6 years ago
Qiyang Min
5f33164f3d
Merge pull request #16125 from panyx0718/imperative
...
add imperative and declarative mode testbase and example
6 years ago
wopeizl
a38db3cb99
Fixrecordio ( #16124 )
...
* fix recordio on win
test=develop
* test=develop
* test=develop
* fix code style
test=develop
* test=develop
6 years ago
sneaxiy
b80d76f784
merge develop
6 years ago
sneaxiy
cfd012e2cb
add unittest
...
test=develop
6 years ago
tink2123
837ad7f86f
Add the inverse trigonometric function
...
test=develop
6 years ago
dengkaipeng
82d4f90325
fix format. test=develop
6 years ago
Xin Pan
81773d0b1c
add imperative and declarative mode testbase and example
...
test=develop
6 years ago
dengkaipeng
5c1920b731
add Attr shift_ratio. test=develop
6 years ago
ceci3
c8610739c3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into npair_loss0
6 years ago
jerrywgz
b0e3c02410
Merge pull request #15952 from jerrywgz/fpn_ops
...
add distribute fpn proposals op, test=develop
6 years ago
dengkaipeng
9344a4eb42
refine test_temporal_shift. test=develop
6 years ago
dengkaipeng
6a62b9d8a0
add temporal_shift_op. test=develop
6 years ago
sneaxiy
d0f8d94ca4
try to fix unittest
...
test=develop
6 years ago
ceci3
fe888728d6
test=develop, change testfile
6 years ago
jerrywgz
847bb6a279
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fpn_ops
6 years ago
Wu Yi
5e92eb3f25
add parallel graph dist test ( #16076 )
...
* add parallel graph dist test=develop
* update test=develop
* update style test=develop
6 years ago
jerrywgz
e5759d6c38
refine doc, test=develop
6 years ago
jerrywgz
a2e83d1d7b
add box_coder_and_assign, test=develop
6 years ago
Wu Yi
d206582337
add parallel graph dist test ( #16076 )
...
* add parallel graph dist test=develop
* update test=develop
* update style test=develop
6 years ago
Qiao Longfei
a0bb18beec
Merge branch 'add-async-ssa-graph-executor' of ssh://github.com/jacquesqiao/Paddle into add-async-ssa-graph-executor-communicator
6 years ago
jerrywgz
893789a0d1
Merge pull request #16050 from jerrywgz/add_box_decoder_and_assign
...
Add box decoder and assign
6 years ago
ceci3
69859718a0
test=develop, change labels name
6 years ago
ceci3
c109e6b3aa
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into npair_loss0
6 years ago
ceci3
7613918e23
test=develop, change labels name
6 years ago
xiaolil1
a177d48217
Add Requantize OP ( #15318 )
...
* Enable INT8 ReQuantize OP
test=develop
* Clean code
test=develop
* Add comments
test=develop
* Revert "Clean code"
test=develop
This reverts commit a7a49b8aa214f9730cb84e11ea96da564fe4b4d9.
* Modify requantize op test
test=develop
* fix requantize UT by moving public function to public test file.
test=develop
* Fix test fail due to file address change.
test=develop
* Change file address for requantize op.
test=develop
6 years ago
sneaxiy
7b608396fe
fix travis-ci format check
...
test=develop
6 years ago
ceci3
dc57952b7f
test=develop, add random to testfile
6 years ago
Jiabin Yang
ab19d92e16
test=develop, reconstruct layer helper to fit imperative usage ( #15938 )
...
* test=develop, reconstruct layer helper to fit imperative usage
* test=develop, fix import error on py35
* test=develop, fix rnn gradient error
* test=develop, delete test use code
* test=develop, remove helper from imperative usage
* test=develop, fix test_base_layer using new helper
* test=develop, reconstruct layerhelper for imperative mode
* test=develop, reconstruct layerhelper for imperative mode
* test=develop, fix bug
* test=develop, fix test failed bug
* test=develop, fix test failed bug
* test=develop, fix test failed bug
* test=develop, fix bug
* test=develop, polish code
6 years ago
liuwei1031
9cc6f4009f
add IfElse test case for ir memory optimize ( #15998 )
...
* add ir memory optimize test case for IfElse op, test=develop
* fix some unitttest failure by force using the python memory_optimize, test=develop
* tweak comments, test=develop
* fix unittest, test=develop
* fix unittest, test=develop
6 years ago
whs
bd9669003f
Make sequence_erase op support for input with multi-level LoD. ( #15982 )
...
test=develop
6 years ago
lidanqing
21156b8d4c
MKLDNN: Add UT for conv_transpose_mkldnn op. ( #16030 )
...
* MKLDNN: Add UT for conv_transpose_mkldnn op.
test=develop
* MKLDNN: Add fuse_bias check UT for conv_transpose_mkldnn op.
test=develop
6 years ago
dengkaipeng
9c47f36d1b
fix spectral_norm doc. test=develop
6 years ago
dengkaipeng
91f8531586
refine test_spectral_norm. test=develop
6 years ago
dengkaipeng
12416a24d2
add doc and test_layers. test=develop
6 years ago
dengkaipeng
63d322f07c
fix attr dim calc. test=develop
6 years ago
dengkaipeng
ca1502c7f5
add grad kernel for spectral_norm. test=develop
6 years ago
dengkaipeng
8956a59637
add unittest for spectral_norm. test=develop
6 years ago
dengkaipeng
fd66089d23
add spectral_norm forwarn kenel
6 years ago
Jiabin Yang
654825cfe3
test=develop, reconstruct layer helper to fit imperative usage ( #15938 )
...
* test=develop, reconstruct layer helper to fit imperative usage
* test=develop, fix import error on py35
* test=develop, fix rnn gradient error
* test=develop, delete test use code
* test=develop, remove helper from imperative usage
* test=develop, fix test_base_layer using new helper
* test=develop, reconstruct layerhelper for imperative mode
* test=develop, reconstruct layerhelper for imperative mode
* test=develop, fix bug
* test=develop, fix test failed bug
* test=develop, fix test failed bug
* test=develop, fix test failed bug
* test=develop, fix bug
* test=develop, polish code
6 years ago
sneaxiy
33138a421d
remove match check
...
test=develop
6 years ago
Zhen Wang
8063b31e2d
Reduce redundant code for channel wise dequant op. test=develop
6 years ago
dengkaipeng
40405d132c
add doc and API.spec. test=develop
6 years ago
dengkaipeng
e90e0bdfa2
fix for gpu grad. test=develop
6 years ago
dengkaipeng
ebcb7a7ac8
fix grad check. test=develop
6 years ago
dengkaipeng
3e3a983a69
add kldiv_loss op. test=develop
6 years ago
Zhen Wang
e8f9dac7ab
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into channel_wise_quant_op
...
test=develop
6 years ago
Zhen Wang
806832e091
update the input format of channel wise dequantize op.
6 years ago
jerrywgz
072eca348a
refine doc, test=develop
6 years ago
Kaipeng Deng
6d8771b55c
Merge pull request #15864 from heavengate/spectral_norm
...
Add spectral norm op
6 years ago
sneaxiy
814a759061
merge develop
...
test=develop
6 years ago
sneaxiy
597dc65e76
enhance gc
...
test=develop
6 years ago
liuwei1031
caadd0581d
add IfElse test case for ir memory optimize ( #15998 )
...
* add ir memory optimize test case for IfElse op, test=develop
* fix some unitttest failure by force using the python memory_optimize, test=develop
* tweak comments, test=develop
* fix unittest, test=develop
* fix unittest, test=develop
6 years ago
whs
0f99d24083
Make sequence_erase op support for input with multi-level LoD. ( #15982 )
...
test=develop
6 years ago
Qiao Longfei
e92ad8a209
optimize test_async_ssa_graph_executor_mnist test=develop
6 years ago
Qiao Longfei
b2c082c46f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
6 years ago
Zhen Wang
89dee160d1
add channel wise dequantize op.
6 years ago
jerrywgz
d497bd9079
resolve conflict, test=develop
6 years ago
jerrywgz
41471d28ac
add box_coder_and_assign, test=develop
6 years ago
lidanqing
02c106c717
MKLDNN: Add UT for conv_transpose_mkldnn op. ( #16030 )
...
* MKLDNN: Add UT for conv_transpose_mkldnn op.
test=develop
* MKLDNN: Add fuse_bias check UT for conv_transpose_mkldnn op.
test=develop
6 years ago
Qiao Longfei
fab1b54d99
Merge branch 'add-communicator' of ssh://github.com/jacquesqiao/Paddle into add-async-ssa-graph-executor-communicator
6 years ago
dengkaipeng
82d514345c
fix spectral_norm doc. test=develop
6 years ago
dengkaipeng
24fa74d901
refine test_spectral_norm. test=develop
6 years ago
dengkaipeng
2ea5843cbf
add doc and test_layers. test=develop
6 years ago
dengkaipeng
037855f42d
fix attr dim calc. test=develop
6 years ago
dengkaipeng
70dbd59839
add grad kernel for spectral_norm. test=develop
6 years ago
dengkaipeng
72509ec3bd
add unittest for spectral_norm. test=develop
6 years ago
dengkaipeng
3bf1ae9b59
add spectral_norm forwarn kenel
6 years ago
Zhen Wang
545247d7b4
add channel wise quantize op.
6 years ago
ceci3
44a4ac0f8c
fix API.spec and testfile
6 years ago
Qiao Longfei
e70b1727ef
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
6 years ago
lidanqing
667bc256d2
UT for conv2d_mkldnn_op with fuse_bias and fuse_residual ( #16016 )
...
test=develop
6 years ago
Krzysztof Binias
ea9d6731dc
Add test for ceil mode
...
test=develop
6 years ago
minqiyang
94c8ce3f13
reduce ut time
...
test=develop
6 years ago
minqiyang
a5dc2812e3
increment resnet and ptbrnn's batch_num
...
test=develop
6 years ago
minqiyang
3723dcc301
Polish code
...
test=develop
6 years ago
minqiyang
212242c4e4
Polish code
...
test=develop
6 years ago
minqiyang
3f4aeed57f
Polish code
...
test=develop
6 years ago
minqiyang
b754bf30fb
Reset output var's pre_op pointer when op was destructed
6 years ago
baojun
ac72bcd065
Added adam op test=develop ( #15710 )
6 years ago
dzhwinter
4449e85528
polish cudnn related code and fix bug. ( #15164 )
...
* staged.
* polish code
* polish code. test=develop
* polish code. test=develop
* api change. test=develop
* fix default value. test=develop
* fix default value. test=develop
6 years ago
baojun-nervana
320b27988c
added concat op test=develop
6 years ago
tensor-tang
ce4cc482a4
add sgd jitcode and op test
...
test=develop
6 years ago
minqiyang
701af43958
Fix bugs
...
test=develop
6 years ago
minqiyang
f1a2d20430
invoke backward_hooks after reduce op's depcounts map
...
test=develop
6 years ago
minqiyang
e0a2b472f4
Move ClearBlock into OpBase and VarBase's destructor
...
test=develop
6 years ago
shippingwang
13e891516b
add cosine decay op, test=develop
6 years ago
lidanqing
dd1c7ee604
UT for conv2d_mkldnn_op with fuse_bias and fuse_residual ( #16016 )
...
test=develop
6 years ago
Tao Luo
96f7fc60ee
Merge pull request #16013 from kbinias/kbinias/poll-mkldnn-ut
...
MKL-DNN: Add a unit test for pooling when ceil mode is enabled
6 years ago
Krzysztof Binias
54f21a5c47
Add test for ceil mode
...
test=develop
6 years ago
Qiao Longfei
847e4f4e85
pure async mode train
6 years ago
sneaxiy
3334c279d0
add sample_generator
...
test=develop
6 years ago
Qiyang Min
187cffd019
Merge pull request #15928 from velconia/imperative_backward_hooks
...
Imperative backward hooks
6 years ago
minqiyang
fa1ff1d2f1
reduce ut time
...
test=develop
6 years ago
tensor-tang
e5f9d3a47c
Merge pull request #15892 from tensor-tang/jit/sgd
...
refine sgd op
6 years ago
minqiyang
659a719315
increment resnet and ptbrnn's batch_num
...
test=develop
6 years ago
minqiyang
50639fafdb
Polish code
...
test=develop
6 years ago
ruri
72efef6358
Merge pull request #15887 from shippingwang/cosine_decay_op
...
add cosine decay op, test=develop
6 years ago
minqiyang
fe406b98c9
Polish code
...
test=develop
6 years ago
minqiyang
f469bb6b36
Polish code
...
test=develop
6 years ago
minqiyang
ac88c62a5b
Reset output var's pre_op pointer when op was destructed
6 years ago
baojun
f285191fb3
Added adam op test=develop ( #15710 )
6 years ago
tensor-tang
58b8231338
added concat op test=develop ( #15946 )
6 years ago
jerrywgz
0f652f304c
add distribute fpn proposals op, test=develop
6 years ago
ceci3
6bce986107
2018 -> 2019
6 years ago
dzhwinter
225c11a91f
polish cudnn related code and fix bug. ( #15164 )
...
* staged.
* polish code
* polish code. test=develop
* polish code. test=develop
* api change. test=develop
* fix default value. test=develop
* fix default value. test=develop
6 years ago
ceci3
4b7bf06e1f
test=develop
6 years ago
sneaxiy
69b1ebdfa5
merge develop
...
test=develop
6 years ago
baojun-nervana
e4ab40a7b9
added concat op test=develop
6 years ago
dzhwinter
15de2dff00
Merge pull request #15926 from dzhwinter/test/add_ir_mem_opt_tests
...
add ir memory optimize test base
6 years ago
tensor-tang
7044cfa7c7
add sgd jitcode and op test
...
test=develop
6 years ago
qingqing01
8e439ccfff
Fix bug in fake_quantize_op and add more unit testing ( #15912 )
6 years ago
Qiao Longfei
49f2f4f91d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-communicator
6 years ago
dzhwinter
48d9fd08e5
fix default value. test=develop
6 years ago
minqiyang
efb2f2baf8
Fix bugs
...
test=develop
6 years ago
Tao Luo
2c5c7b2a7e
Merge pull request #15922 from kbinias/kbinias/reuse-primitives-activations-and-softmax-mkldnn-ut
...
MKL-DNN: Add Activations and Softmax UTs to check if primitives already exist in backward
6 years ago
dzhwinter
dfb2121967
fix default value. test=develop
6 years ago
dzhwinter
a4cf295471
fix default value. test=develop
6 years ago
dzhwinter
a922a0a1ef
fix default value. test=develop
6 years ago
dzhwinter
6477b443f3
fix default value. test=develop
6 years ago
chengduo
7ca8553d4e
Add alloc_continuous_space_op ( #15900 )
...
* add alloc_continuous_space_op
test=develop
* Polish code
test=develop
* follow comment
test=develop
6 years ago
dzhwinter
131e4a3b5f
Merge pull request #15904 from dzhwinter/fix/disable_temp
...
fix nightly build
6 years ago
Qiao Longfei
cf0511f21e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
...
test=develop
6 years ago
Krzysztof Binias
851ea04dec
Add UTs to check whether primitives for activations and softmax already exist in backward
...
test=develop
6 years ago
sneaxiy
c545f1ed8f
unify API
...
test=develop
6 years ago
minqiyang
b420ec3a92
invoke backward_hooks after reduce op's depcounts map
...
test=develop
6 years ago
Qiyang Min
4bd28b304b
Merge pull request #15831 from velconia/imperative_engine
...
Imperative training network to the end
6 years ago
Qiao Longfei
b8491bfd4e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-communicator
6 years ago
sneaxiy
a8c4324d3c
fix hang bug
6 years ago
sneaxiy
b17541a9c1
fix hang bug
6 years ago
minqiyang
84bf4d7b06
Move ClearBlock into OpBase and VarBase's destructor
...
test=develop
6 years ago
dzhwinter
2578241996
fix default value. test=develop
6 years ago
xuezhong
1dad36f6aa
Merge pull request #15609 from xuezhong/add_sample_logits_op
...
add sample_logits and sampled_softmax_with_cross_entropy op
6 years ago
sneaxiy
1e4c0a6f72
merge develop
6 years ago
shippingwang
eb932f717a
add cosine decay op, test=develop
6 years ago
minqiyang
9dc64edfd9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_engine
...
test=develop
6 years ago
Xin Pan
4a00bea736
Merge pull request #15789 from panyx0718/imperative2
...
polish parameter names
6 years ago
xuezhong
d266bac943
remove test temporal
...
test=develop
6 years ago
xuezhong
81870723c6
Merge pull request #15605 from xuezhong/fix_bug_for_lstmp
...
Fix bug for lstmp
6 years ago
minqiyang
1bf4b8ab60
keep parameters in block
...
test=develop
6 years ago
Xin Pan
006c32f93d
polish parameter names
...
parameters within a Layer instance should be unique.
test=develop
6 years ago
Krzysztof Binias
309ea6f2de
Fix for pylint Failed
...
test=develop
6 years ago
minqiyang
8fe0c0c52c
implement backward refs
6 years ago
Krzysztof Binias
1578c60bdd
Add new ut and remove unnecessary code
...
test=develop
6 years ago
Qiao Longfei
31a05d3efd
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
...
test=develop
6 years ago
xuezhong
a7e7d95203
Merge pull request #15630 from xuezhong/fix_bug_adagrad2
...
add initial_accumulator_value for adagrad
6 years ago
Xin Pan
6019054cdd
Merge pull request #15716 from Yancey1989/refine_pg
...
Refine ParallelGraph Execution
6 years ago
Dun
a83e470405
Profiler refine and add CUDA runtime api tracer ( #15301 )
...
* refine profiler && add runtime tracer
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* fix bug && test=develop
* add thread id map && test=develop
* test=develop
* testing
* bug fix
* remove cuda event && refine code && test=develop
* test=develop
* test=develop
* test=develop
* fix windows temp file && test=develop
* test=develop
* fix windows bug && test=develop
* fix start up issue && test=develop
* code polish && test=develop
* remove unused code && test=develop
* add some cupti cbid && test=develop
* add FLAGS_multiple_of_cupti_buffer_size && test=develop
* fix compile error && test=develop
* add keyword && test=develop
* fix && test=develop
* code polish && test=develop
6 years ago
Qiao Longfei
cc71e89499
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
...
test=develop
6 years ago
minqiyang
1f0ef42e60
Change atol of numpy allclose
6 years ago
jerrywgz
c0d33f1362
Merge pull request #15817 from jerrywgz/fix_nm_unittest_py36
...
fix nms unittest in py36
6 years ago
minqiyang
f53e1d5c4b
implement ClearBlock
6 years ago
chengduo
fbb5404652
fix test_parallel_executor_seresnex timeout ( #15812 )
...
test=develop
6 years ago
sneaxiy
7160cb0f32
decoupled reader
...
test=develop
6 years ago
mozga-intel
13ec2d331b
Enable momentum operator for a ngraph engine ( #15673 )
...
* Enable momentum operator for a ngraph engine
test=develop
* Update tests
test=develop
* Unnecessary line of the code as intended was removed
test=develop
6 years ago
jerrywgz
4711d88a2f
fix nms unittest in py36, test=develop
6 years ago
Jiabin Yang
f1df9dba24
test=develop, update fluid.layers to LaryerHelper ( #15797 )
6 years ago
xuezhong
d328660304
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
xuezhong
57294fa890
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_adagrad
...
test=develop
6 years ago
xuezhong
d12252e6a6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
...
test=develop
6 years ago
xuezhong
c5360a3f6b
refine code
6 years ago
mozga-intel
df23a6f894
Enable cross_entropy operator for a ngraph engine ( #15674 )
...
* Enable cross_entropy operator for a ngraph engine
test=develop
* Update tests
test=develop
* Added PADDLE_ENFORCE for the batch_norm operator
test=develop
* Update the message about which format are supported right now
test=develop
6 years ago
baojun
72061b0ac0
Add ngraph op coverage ( #15721 )
6 years ago
dzhwinter
28609b3435
Merge pull request #15696 from dzhwinter/cherry-pick/memory
...
cherry picked modifies.
6 years ago
xuezhong
4424021623
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
6 years ago
minqiyang
52e5ee60bd
Add debug info
6 years ago
dzhwinter
6cb0208ab0
add reference. test=develop
6 years ago
dzhwinter
18afb77e78
polish code for reading. test=develop
6 years ago
Wu Yi
8666902b9d
fix test_transpiler random fail test=develop ( #15736 )
6 years ago
dzhwinter
6deac40724
polish code for reading. test=develop
6 years ago
dzhwinter
d0a2a202d0
polish code for reading. test=develop
6 years ago
dzhwinter
c1455e606d
Merge remote-tracking branch 'origin/develop' into cherry-pick/memory
...
test=develop
6 years ago
dzhwinter
d376cf71b7
polish code for reading. test=develop
6 years ago
Xin Pan
792719fb7e
polish test
...
test=develop
6 years ago
Xin Pan
54f4d58553
make parameter and layer access easier
...
test=develop
6 years ago
Xin Pan
408a9bb2e7
polish
...
test=develop
6 years ago
Xin Pan
989138378d
add sugar for fetching parameters
...
test=develop
6 years ago
Tao Luo
b9999435b7
remove 'import paddle.v2' in read data
...
test=develop
6 years ago
Yancey1989
88d3dc949e
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into refine_pg
...
test=develop
6 years ago
Yancey1989
f3463ecb6e
refine pg execution
6 years ago