- 07 5月, 2019 2 次提交
-
-
由 jerrywgz 提交于
* refine api comment, test=develop
-
由 Yibing Liu 提交于
-
- 06 5月, 2019 1 次提交
-
-
由 ruri 提交于
* fix unexecutable API comments, test=develop * add API.spec,test=develop
-
- 28 4月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* 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
-
- 23 4月, 2019 1 次提交
-
-
由 tink2123 提交于
test=develop
-
- 19 4月, 2019 1 次提交
-
-
由 Yibing Liu 提交于
* Check some shapes only in runtime test=develop * Follow review comments test=develop * Update API spec
-
- 15 4月, 2019 2 次提交
-
-
由 liuwei1031 提交于
* 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
-
由 Jiabin Yang 提交于
* test=develop, fix hsigmoid dereference nullptr * test=develop, refine condition * test=develop, refine comments
-
- 13 4月, 2019 1 次提交
-
-
由 heqiaozhi 提交于
test=develop
-
- 12 4月, 2019 1 次提交
-
-
由 heqiaozhi 提交于
test=develop
-
- 11 4月, 2019 3 次提交
- 09 4月, 2019 2 次提交
- 03 4月, 2019 1 次提交
-
-
由 ruri 提交于
* 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
-
- 02 4月, 2019 2 次提交
-
-
由 minqiyang 提交于
test=develop
-
由 dengkaipeng 提交于
-
- 01 4月, 2019 3 次提交
-
-
由 dengkaipeng 提交于
-
由 zhoukunsheng 提交于
-
由 dengkaipeng 提交于
-
- 30 3月, 2019 2 次提交
-
-
由 Qiao Longfei 提交于
-
由 dengkaipeng 提交于
-
- 29 3月, 2019 1 次提交
-
-
由 zhoukunsheng 提交于
-
- 28 3月, 2019 4 次提交
-
-
由 zhoukunsheng 提交于
add rank op
-
由 lujun 提交于
-
由 dengkaipeng 提交于
-
由 Jiabin Yang 提交于
* test=develop, fix space_to_depth_doc * test=develop, refine indent * test=develop, refine code * test=develop, add api spec
-
- 27 3月, 2019 3 次提交
-
-
由 zhoukunsheng 提交于
-
由 dengkaipeng 提交于
-
由 lujun 提交于
-
- 26 3月, 2019 4 次提交
-
-
由 dengkaipeng 提交于
-
由 Jiabin Yang 提交于
* 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
-
由 dengkaipeng 提交于
-
由 whs 提交于
* 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
-
- 25 3月, 2019 1 次提交
-
-
由 dengkaipeng 提交于
-
- 22 3月, 2019 1 次提交
-
-
由 qingqing01 提交于
-
- 21 3月, 2019 3 次提交
-
-
由 qingqing01 提交于
* Rewrite gradient ProtoMaker for affine_channel_op to remove the Output as the input. * Add act in Python API to make the act can be in-place by layer_help.py
-
由 phlrain 提交于
-
由 phlrain 提交于
-