Tao Luo
9ec4615deb
fix profiler and name_scope API examples ( #17212 )
...
* fix profiler and name_scope API examples
test=develop
* update API.spec
test=develop
6 years ago
wopeizl
06325c4de1
disable the test_distillation_strategy temporarily ( #17227 )
...
test_distillation_strategy always failed on a machine with 4 gpus only, disable temporarily and need to figure out the root cause and add it back later
6 years ago
Zeng Jinle
ee2028a110
Add use_cuda to inplace pass ( #17205 )
...
* add use_cuda to inplace pass,test=develop
* add test softmax_with_xe_inplace test,test=develop
6 years ago
chengduo
f2db475a3e
update ParallelExecutor ( #17204 )
...
test=develop
6 years ago
jerrywgz
a72907bbf4
Enhance concat op to support empty input. ( #17015 )
...
* enhance_concat, test=develop
6 years ago
wopeizl
83c4f7721f
use two GPUs to run the exclusive test test=develop ( #17187 )
6 years ago
tianshuo78520a
8092c40560
Modify test timeout ( #17181 )
...
* test=develop
* test=deelop
6 years ago
guru4elephant
f938ccec62
remove async executor python api to fix document ( #17174 )
...
* remove async executor python api
test=develop
* remove test_async_executor.py
add executor train_from_dataset demo
test=develop
* fix import bug
test=develop
6 years ago
Zeng Jinle
5dfe2ab9e8
Fix mem leak when converting Tensor to numpy array ( #17182 )
...
* fix mem leak when converting Tensor to numpy array
test=develop
* remove unused unittest,test=develop
* follow comments, test=develop
* fix dygraph bug,test=develop
6 years ago
Zeng Jinle
4e1bc6e805
Rewrite inplace pass and fix gc bug ( #17126 )
...
* fix op graph view
test=develop
* rewrite inplace pass and fix reference count pass bug
test=develop
* fix unittest failed
test=develop
* follow comments, test=develop
6 years ago
Lfc1993
aa5307ce5b
fix python3 run_time_error in ops. test=develop ( #17170 )
...
fix python3 run_time_error in layers.ops caused by locals()
6 years ago
guomingz
e4a52e082f
resolve #17159 ( #17172 )
...
Update the folder name generation mechanism for saving the quantized model and weights.
The folder name would be unique by adding the timestamp postfix.
test=develop
6 years ago
xiaoting
bc48453b73
polish the label_smooth ( #17138 )
...
* polish the label_smooth
test=develop
* polish code
test=develop
6 years ago
Lfc1993
626922d3cd
fix run_time_error in uniform_random. test=develop ( #17152 )
...
fix runtimeerror : dictionary changed size during iteration when calling uniform_random in python3+
6 years ago
tangwei12
deb510d451
cvm op feature ( #17081 )
...
cvm without LoD.
6 years ago
Jiancheng Li
554d3a71d2
test=develop fix bug: fix selected_indices in nms ( #17140 )
6 years ago
Zeng Jinle
28d69d710a
Refine dropout gpu memory ( #17095 )
...
* refine_dropout_mem,test=develop
* # This is a combination of 14 commits.
# The first commit's message is:
remove ut test_dist_word2vec in mac ci, will fix it in private, test=develop (#17066 )
# This is the 2nd commit message:
Fleet unify distributed training (#16791 )
* implement distributed transpiler with fleet
# This is the 3rd commit message:
ParallelDyGraph with GPU collective mode (#16827 )
implement dygraph.parallel.DataParallel to hook reduce op.
# This is the 4th commit message:
Init mixed precision training interface (#16856 )
* Init mixed precision training interface
* Add fp16 test script
test=develop
* All initializers support float16
test=develop
* Code cleanup & add more code annotations
test=develop
* Update API spec
test=develop
* Add usage example in doc
test=develop
# This is the 5th commit message:
fix reference_count_pass,test=develop (#17060 )
test=develop
# This is the 6th commit message:
Speedup roi_perspective_transform op by caching the information of linear interpolation in forward (#17090 )
* Cache the information of linear interpolation in forward and use it in backward.
test=develop
* Fix cuda kernel.
test=develop
# This is the 7th commit message:
remove unnecessary prepare_data (#17080 )
test=develop
# This is the 8th commit message:
fix interpolate cu. test=develop (#17101 )
# This is the 9th commit message:
test=develop, double backward leaky_relu (#17067 )
backward of backward: leaky_relu
# This is the 10th commit message:
fix fuse optimizer ops (#17102 )
test=develop
# This is the 11th commit message:
truncated_gaussian_random supported in distributed training, test=develop (#17091 )
# This is the 12th commit message:
Detailed coordinate description for yolov3 loss (#17007 )
* Detailed coordinate description for yolov3 loss
test=develop
* modified api.spec
test=develop
* modified loss name
* fix api.spec
test=develop
* polish description
test=develop
* modified api.spec
test=develop
# This is the 13th commit message:
fix test_weight_decay (#17109 )
test=develop
# This is the 14th commit message:
Path flag (#17105 )
* fix python/paddle/fluid/__init__.py detecting problems
6 years ago
chengduo
9ccce576d6
fix test_weight_decay ( #17109 )
...
test=develop
6 years ago
xiaoting
7da7881c0e
Detailed coordinate description for yolov3 loss ( #17007 )
...
* Detailed coordinate description for yolov3 loss
test=develop
* modified api.spec
test=develop
* modified loss name
* fix api.spec
test=develop
* polish description
test=develop
* modified api.spec
test=develop
6 years ago
tangwei12
7330cd639c
truncated_gaussian_random supported in distributed training, test=develop ( #17091 )
6 years ago
ceci3
258e000be6
test=develop, double backward leaky_relu ( #17067 )
...
backward of backward: leaky_relu
6 years ago
Kaipeng Deng
10c487eb21
fix interpolate cu. test=develop ( #17101 )
6 years ago
whs
55ce36e981
Speedup roi_perspective_transform op by caching the information of linear interpolation in forward ( #17090 )
...
* Cache the information of linear interpolation in forward and use it in backward.
test=develop
* Fix cuda kernel.
test=develop
6 years ago
Yibing Liu
beda78258f
Init mixed precision training interface ( #16856 )
...
* Init mixed precision training interface
* Add fp16 test script
test=develop
* All initializers support float16
test=develop
* Code cleanup & add more code annotations
test=develop
* Update API spec
test=develop
* Add usage example in doc
test=develop
6 years ago
Yan Xu
0b07eef118
ParallelDyGraph with GPU collective mode ( #16827 )
...
implement dygraph.parallel.DataParallel to hook reduce op.
6 years ago
tangwei12
1a4a51db2b
Fleet unify distributed training ( #16791 )
...
* implement distributed transpiler with fleet
6 years ago
tangwei12
e707119a89
remove ut test_dist_word2vec in mac ci, will fix it in private, test=develop ( #17066 )
6 years ago
Zhen Wang
b8c166f632
Merge pull request #17029 from wzzju/add_graph_checkpoint
...
add checkpoint functions for graph. test=develop
6 years ago
guomingz
2deac4e447
Fix the bug of test_conv2d_int8_mkldnn case which raised by improper parameter passing ( #17058 )
...
* resolve #17057
Fixed the bug that fuse_relu/fuse_residual option couldn't be passed to class TestConv2dInt8Op.
test=develop
* Fix the bug of test_conv2d_int8_mkldnn case which raised by improper parameter passing.
test=develop
6 years ago
chengduo
a2be4b4d91
Add fuse momenutum ops ( #16745 )
...
* Add fuse momenutum ops
6 years ago
tink2123
5e216fcf1a
fix split
...
test=develop
6 years ago
chengduo
e296e0fead
fix test_parallel_executor_seresnet random fail ( #17030 )
...
test=develop
6 years ago
Tao Luo
b3a11943c1
Merge pull request #17031 from luotao1/reduce_test_time
...
reduce unittest time by rename testcuda to has_cuda
6 years ago
qingqing01
c1c2633a63
Support backward of backward for Relu and add a new gradient checker by comparing theoretical and numerical Jacobian. ( #16862 )
...
* Support backward of backward and a new gradient checker
* Rename decorators.py to decorator_helper.py, since Python on Windows CI has decorators package.
1. Add ReluDoubleGradMaker when register relu_grad.
2. Add a new gradient checker by comparing theoretical and numerical Jacobian. Check double gradients by double_grad_check.
6 years ago
Zeng Jinle
f188b3708e
Move gc test to each test of op ( #16999 )
...
* move gc test to op_test
test=develop
* Revert "move gc test to op_test"
This reverts commit cf15da65c38f57c91f53b3d8b3c2365d4aa86016.
* enable gc test in some ops
test=develop
6 years ago
chengduo
7c370e42f9
Fix test_recurrent_op ( #17001 )
...
* fix ramdom fail
test=develop
6 years ago
Tao Luo
9466e956a7
reduce unittest time by rename testcuda to has_cuda
...
test=develop
6 years ago
Zhen Wang
bf6b9d6d37
add checkpoint functions for graph. test=develop
6 years ago
wopeizl
d9991dccdd
add parallel build script to ci … ( #16901 )
...
* add parallel build script to ci test=develop
* 1. classify the test case as single card/two cards/multiple cards type
2. run test case according to the run type
6 years ago
Zeng Jinle
24923f7604
fix py_reader demo ( #16997 )
...
test=develop
6 years ago
qingqing01
ea42e431f8
Speed unit testing. ( #16978 )
...
* Speed affine_channel_op unit testing
* Add check in tensor_py
* Fix ONLY_CPU Compiling
6 years ago
guomingz
ae7a2cb8e3
resolve #16988 ( #16995 )
...
Update the filter generation mechanism that it could generate the negative parameter.
The original calling(np.random.random()) couldn't simulate the conv/relu fusion case.
test=develop
6 years ago
liuwei1031
765c70a1b0
Unittest improve, test=develop ( #16941 )
...
* accelerate test_ir_memory_optimize_nlp, test=develop
* accelerate test_ir_memory_optimize_nlp, test=develop
6 years ago
guomingz
23df084b32
resolve #16987 ( #16994 )
...
Rename the testcuda function to has_cuda, it will elimate the unnecessary testing.
test=develop
6 years ago
Zeng Jinle
1202d3fc74
Refine model gpu memory ( #16993 )
...
* speedup gc and inplace softmax_with_cross_entropy_grad
test=develop
* refine models gpu mem
Merge skip vars and warning messages of mem opt
remove relu mem opt
test=develop
* follow comments
test=develop
6 years ago
Zeng Jinle
af8a041bb6
reduce py_reader unittest time ( #16996 )
...
test=develop
6 years ago
Wang, Chuanqi
45ebafc33e
Split test_calibration test to two tests ( #16977 )
...
* Split test_calibration test to two tests
test=develop
* Modify CMakeLists file
test=develop
6 years ago
Yibing Liu
3c375751f8
Support seq len equal to 0 in sequence ops ( #16935 )
...
* Support seq len equal to 0 in sequence ops
test=develop
* Add more test cases
* Fix some comments
test=develop
* Fix py3 error
test=develop
6 years ago
lujun
9d2f7d762c
fix dy-load bug, test=develop
6 years ago
lujun
94c4cd1a98
fix dy-load bug, test=develop
6 years ago
lujun
a3f17280a3
fix dy-load bug, test=develop
6 years ago
Yibing Liu
36c05d36ab
Check some shapes only in runtime ( #16919 )
...
* Check some shapes only in runtime
test=develop
* Follow review comments
test=develop
* Update API spec
6 years ago
whs
486f7d8ed6
Restore quantization and distillation stategy before loading persistables. ( #16958 )
...
test=develop
6 years ago
gongweibao
cbdb8a17b1
Polish DGC code ( #16818 )
6 years ago
lujun
dbf66dd034
Merge pull request #16954 from junjun315/fix-dygraph-checkpoint
...
Fix dygraph checkpoint bug
6 years ago
Tao Luo
aa9caa1691
Merge pull request #16951 from luotao1/reduce_ci_time
...
use multi-thread to speedup CI tests
6 years ago
Tao Luo
aed702cea3
Merge pull request #16920 from qingqing01/test_profile
...
Fix test_profiler when the machine has many cores.
6 years ago
Tao Luo
b596eed73a
Merge pull request #16824 from LeoZhao-Intel/mkldnn_mul
...
disable test_elementwise_mul_mkldnn_op case
6 years ago
lujun
3beed54cdd
Merge pull request #16917 from velconia/dygraph_untrack_op
...
imperative fix tracer train mode
6 years ago
lujun
a7c11979ba
fix dygraph save/load checkpoint error, test=develop
6 years ago
Tao Luo
bc037c13c7
use multi-thread to speedup CI tests
...
test=develop
6 years ago
tangwei12
2b61db07d1
fix sampling id op bug ( #16909 )
...
* fix sampling id op bug, test=develop
6 years ago
gongweibao
b7f20ed6af
Fix unittest dataset error ( #16925 )
6 years ago
Hongyu Liu
d5a7c09856
Merge pull request #16798 from phlrain/softmax_cross_support_high_rank
...
softmax cross entropy support high rank
6 years ago
Dang Qingqing
b73a71d11e
Fix test_profiler when the machine has many cores
...
test=develop
6 years ago
guru4elephant
03a7ec55cf
Merge pull request #16746 from xjqbest/dataset_merge_develop
...
move split filelist from trainer.py to fleet & fix error
6 years ago
Kaipeng Deng
5d45eb06f9
Merge pull request #16858 from heavengate/fix_yolo_param
...
Fix yolo param
6 years ago
minqiyang
97aa1838bc
Fix dygraph train mode
...
test=develop
6 years ago
Qiyang Min
102fc8596e
Merge pull request #16777 from velconia/dygraph_untrack_op
...
Imperative tracer does not hold op any more
6 years ago
Leo Zhao
1edcd73115
remove unnecessary new line
...
test = develop
resolve #16764
6 years ago
Leo Zhao
61cc842a53
disable test_elementwise_mul_mkldnn_op case
6 years ago
xiaoting
ccc3bd70c1
polish doc for uniform_random and multi_box_head ( #16864 )
6 years ago
Hongyu Liu
0701c2db47
Merge pull request #16518 from zhoukunsheng/rsqrt
...
Rsqrt
6 years ago
Hongyu Liu
bbcfa8ffb2
Merge pull request #16493 from zhoukunsheng/zeros_like
...
Zeros like
6 years ago
phlrain
d722841622
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into softmax_cross_support_high_rank
6 years ago
zhoukunsheng
f9223c5fa9
Logical compare ( #16513 )
...
* test=develop
update API.spec with hash, resolve conflict
* remove unused parameter
6 years ago
wopeizl
0114f1d65a
give the output value to keep consistant with document test=develop ( #16740 )
6 years ago
phlrain
766c868199
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into softmax_cross_support_high_rank
6 years ago
Tao Luo
485bc6a055
Merge pull request #16868 from chengduoZH/speedup_test_parallel_executor_transformer
...
Reduce the layer number of transfromer model
6 years ago
Tao Luo
d4b5510c00
Merge pull request #16860 from junjun315/fix-utest-vgg
...
Fix bug: long vgg-utest testing time
6 years ago
liuwei1031
072db0938b
optimize lstmp and sample_logits op, test=develop ( #16845 )
...
* optimize lstmp and sample_logits op, test=develop
* update op_use_default_grad_op_maker.spec, test=develop
* delete useless file,test=develop
* append 0 to dim variable to avoid memory reusage, test=develop
6 years ago
Jiabin Yang
84b7a7291e
test=develop, fix hsigmoid dereference nullptr ( #16769 )
...
* test=develop, fix hsigmoid dereference nullptr
* test=develop, refine condition
* test=develop, refine comments
6 years ago
minqiyang
9a3848a2ea
Fix attrs
...
test=develop
6 years ago
Hongyu Liu
2de7f3cfc3
Merge pull request #16799 from phlrain/sigmoid_corss_entropy_support_high_rank
...
supprt high rank
6 years ago
chengduozh
3349094fe2
reduce the layer number of transfromer
...
test=develop
6 years ago
Qiyang Min
590af88c79
Merge pull request #16742 from velconia/imperative_fix_growing_dict
...
Fix auto growth bug of python dict in dygraph mode
6 years ago
minqiyang
73cbdc2998
Add train mode
...
test=develop
6 years ago
colourful-tree
434caab21b
Merge pull request #16741 from colourful-tree/dev
...
add continuous value model op
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
...
Reduce test_calibration test time by using large batchsize
6 years ago
乔龙飞 Qiao Longfei
82cff5ec42
Merge pull request #16762 from jacquesqiao/add-async_sparse_param_update_recorder
...
Add async sparse param update recorder
6 years ago
heqiaozhi
aab9ea6ccb
out && commit id
...
test=develop
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 )
...
test=develop
6 years ago
guru4elephant
1b75049407
Merge pull request #16788 from guru4elephant/fix_python_codestyle
...
Fix python codestyle in incubator
6 years ago
chengduo
c62674f475
Refine StaticRnn ( #16707 )
...
* enable recurrent op test=develop
6 years ago
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
zhoukunsheng
380df8281f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
6 years ago
heqiaozhi
85a0746e9d
fix doc
...
test=develop
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
...
test=develop
6 years ago
heqiaozhi
bc7b3a6147
fix doc
...
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
283ae0faaa
Merge pull request #16525 from zhoukunsheng/rank
...
Rank
6 years ago
Hongyu Liu
afe0d64c9d
Merge pull request #16320 from zhoukunsheng/all_any
...
add reduce_all, reduce_any op
6 years ago
ruri
39d6a985bc
fix some comments, include cosine_decay,l2_normalize,pixel_shuffle ( #16763 )
...
* fix some comments, include cosine_decay,l2_normalize,pixel_shuffle
* Add api.spec, test=develop
* update api.spec, test=develop
* add api.spec,test=develop
* test=develop
* test=develop
* fix conflict,test=develop
6 years ago
dongdaxiang
8257136012
fix bug
...
test=develop
6 years ago
xjqbest
0ef19e2d4d
fix code style
6 years ago
xjqbest
efe4311a98
fix release_memory not found & fix doc string example error
...
test=develop
6 years ago
dongdaxiang
ceac9df87a
fix code style for incubator
6 years ago
guru4elephant
aa46caf3d9
Merge pull request #16765 from guru4elephant/gpu_dataset_train
...
add gpu training for Executor.train_from_dataset
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
...
reduce CI time of high_level_api tests
6 years ago
minqiyang
734260f47b
Make Op Hold Output too and release backward_refs each time
...
test=develop
6 years ago
chengduo
610c6442e3
Make test_parallel_executor_seresnet.py Faster ( #16701 )
...
* slimming test_parallel_executor_seresnet.py
6 years ago
minqiyang
20e304f2ae
Tracer does not hold op any more
...
test=develop
6 years ago
minqiyang
08a7cdee11
Polish code
...
test=develop
6 years ago
minqiyang
20ead9e659
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_fix_growing_dict
...
test=develop
6 years ago
Tao Luo
544f91deba
add WITH_HIGH_LEVEL_API option, default OFF
...
test=develop
6 years ago
guru4elephant
ba98872d96
Update dataset.py
6 years ago
dongdaxiang
05464e7c5c
add gpu training for Executor.train_from_dataset
...
test=develop
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
...
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
chuanqiw
1818d1d9f0
Reduce test_calibration test time by using large batchsize
...
test=develop
6 years ago
xjqbest
e784884e70
add Example in doc string of split_filelist
...
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
gongweibao
95410652e8
Fix dgc spelling mistakes. ( #16733 )
6 years ago
xjqbest
1c0ef929f9
fix code style
...
test=develop
6 years ago
xujiaqi01
1938132936
fix code style
...
test=develop
6 years ago
Kaipeng Deng
ed97156461
Merge pull request #16439 from heavengate/resize_scale
...
add attr scale. test=develop
6 years ago
xjqbest
d5ee580c5c
move split filelist from trainer.py to fleet & fix error
...
test=develop
6 years ago
minqiyang
9434f9a6f9
Fix auto growth bug of optimizer in dygraph mode
...
test=develop
6 years ago
heqiaozhi
54dddee37e
add continuous value model op
...
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
gongweibao
8b793d0efd
Fix DGC bug. ( #16697 )
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
xjqbest
126d2a2f9d
fix init_worker bug
...
test=develop
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
xjqbest
6a57e8075a
remove trainer_id in datafeed and dataset
...
test=develop
6 years ago
Qiyang Min
7b11e73b3a
Merge pull request #16660 from velconia/imperative_dqn
...
Imperative test layers without parameters
6 years ago
Tao Luo
0d6581c574
Merge pull request #16656 from PaddlePaddle/revert-16555-model_data_cryption_link_all_lib
...
Revert "Model data cryption link all lib"
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
7a759d76cd
fix code style
...
test=develop
6 years ago
Yan Xu
b4c3a6aa0b
[Imperative] implement imperative NCCLParallelContext ( #16477 )
...
add NCCLParallelContext for parallel dygraph
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
Chen Weihang
0b2aec14b6
Revert "Model data cryption link all lib ( #16555 )"
...
test=develop
This reverts commit c38c7c5619
.
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
514d727aa4
fix dataset bug
...
test=develop
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
dengkaipeng
c7876e8c46
fix format. test=develop
6 years ago
Xin Pan
d02e3e7f79
add a simple test
...
test=develop
6 years ago
Tao Luo
220190d5d2
Merge pull request #16543 from Genie-Liu/fix-metrics.Precision
...
fix fluid.metrics.Precision bug
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
gongweibao
0342f01249
Fix dgc bug. ( #16602 )
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
Chen Weihang
c38c7c5619
Model data cryption link all lib ( #16555 )
...
* link the libwbaes.so into paddle
* polish detail, test=develop
* try fix mac_pr_ci error, test=develop
* add compile option, test=develop
* fix ci error, test=develop
* ignore failed to find mac lib, test=develop
* change cdn to bj, cdn can't get the latest version
* trigger ci, test=develop
* temporary delete win32 lib linking, test=develop
* change https to http, test=develop
* turn compile option on to off
* turn compile option off to on, test=develop
* try lib compiled by gcc4.8, test=develop
* update lib version, test=develop
* link other lib, test=develop
* add setup config
* delete false, test=develop
* delete no_soname, test=develop
* recover so name set
* fix, test=develop
* adjust make config, test=develop
* remove link to wbaes, test=develop
* remove useless define, test=develop
6 years ago
guru4elephant
be61e9eab8
Merge pull request #16597 from guru4elephant/refine_dataset
...
refine dataset API
6 years ago