- 11 4月, 2020 1 次提交
-
-
由 FDInSky 提交于
* test=develop modify some op for dyg rcnn
-
- 10 4月, 2020 7 次提交
-
-
由 zhupengyang 提交于
-
由 liu zhengxi 提交于
* refine example code in en doc, test=develop, test=document_fix * update shape to make it meaningful, test=develop, test=document_fix
-
由 Wilber 提交于
error message enhancement for py_func op.
-
由 zhupengyang 提交于
-
由 zhupengyang 提交于
-
由 Zhen Wang 提交于
* solve the conflict of ops with the same name. test=develop
-
由 wangguanzhong 提交于
-
- 09 4月, 2020 3 次提交
-
-
由 Kaipeng Deng 提交于
-
由 zhupengyang 提交于
-
由 GaoWei8 提交于
-
- 07 4月, 2020 1 次提交
-
-
由 David Lin 提交于
* rename op paddle.fluid.matmul to paddle.matmul * modify original API fluid.layers.matmul,and add new API paddle.matmul
-
- 05 4月, 2020 2 次提交
-
-
由 wawltor 提交于
* Add the matmul, elementwise_euqal, elementwise_sum ops to API2.0 * Fix the import meesage in common_ops_import * Update the test cast for mm
-
- 04 4月, 2020 2 次提交
-
-
由 Zhen Wang 提交于
* solve the conflict of ops with the same name. test=develop
-
由 Feiyu Chan 提交于
* add functional conv * add test and doc for function convs, test=develop * update ConvTransposeOp's InferShape and error message, test=develop
-
- 02 4月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* add inplace_abn_op. test=develop
-
- 01 4月, 2020 1 次提交
-
-
由 xujiaqi01 提交于
* add fleet pslib pull and push sparse op and push dense op * test=develop
-
- 31 3月, 2020 2 次提交
-
-
由 Leo Chen 提交于
* expand parameters, test=develop * support resnet, test=develop * fix resnet, test=develop * support duplicable out, test=develop * support ptb * fix bugs, test=develop * support null input, test=develop * fix bugs, test=develop * fix batchNorm is_test, test=develop * refine code, test=develop * follow comments, test=develop * follow comments, test=develop * follow comments, test=develop * follow comments, test=develop
-
由 GaoWei8 提交于
-
- 17 3月, 2020 1 次提交
-
-
由 songyouwei 提交于
test=develop
-
- 13 3月, 2020 1 次提交
-
-
由 liym27 提交于
* Support that the input(x) of stack api is a LoDTensorArray. test=develop * Support that the input of concat api is a LoDTensorArray. test=develop * Add tests to test stack/concat called in dygraph_to_static. test=develop
-
- 12 3月, 2020 1 次提交
-
-
由 yaoxuefeng 提交于
* update * update test=develop * update compile set test=develop * update compile set test=develop * update test=develop * update test=develop * update test=develop * update compile setting test=develop * update compile setting test=develop * update run demo test=develop * update test=develop * update test=develop * fix test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update format test=develop * update format test=develop * update style test=develop * update style test=develop * change style test=develop * change style test=develop * change style test=develop * add dataset unittest test=develop * update test=develop * update for record test=develop * udpate style for record test=develop * update for record test=develop * update for record test=develop * update for record test=develop * fix format test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * fix compile warning test=develop * add attr default test=develop * add unittest test=develop * fix style test=develop * fix style test=develop * change out_val_ifempty to out_val_if_empty test=develop
-
- 06 3月, 2020 1 次提交
-
-
由 wawltor 提交于
In elementwise_min api doc has the error, all the api just use the elementwise_max op, we just correct the doc.
-
- 28 2月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 24 2月, 2020 1 次提交
-
-
由 mamingjie-China 提交于
fix the doc in elementwise ops,add the override function in the doc
-
- 23 2月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 18 2月, 2020 1 次提交
-
-
由 liym27 提交于
* support num_flatten_dims=-1 of API fc. test=develop * fix name of class Test* and add CUDAPlace test. test=develop
-
- 17 2月, 2020 1 次提交
-
-
由 zhouwei25 提交于
-
- 06 2月, 2020 1 次提交
-
-
由 Tao Luo 提交于
-
- 17 1月, 2020 1 次提交
-
-
由 songyouwei 提交于
* fix circular dependent * try import layers.nn from dygraph test=develop
-
- 14 1月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* refine code, test=develop * reuse contain_var, test=develop
-
- 09 1月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* update layers, test=develop * update layers for resnet, test=develop * fix is_test attr, test=develop * update cycle_gan, test=develop * update reinforcement_learning, test=develop * update ocr, test=develop * fix bug, test=develop
-
- 08 1月, 2020 3 次提交
-
-
由 mapingshuo 提交于
* add example for reshape op
-
由 zhongpu 提交于
* modify fc to linear in sample code, test=develop * remove FC, test=develop * remove warnings, test=develop * drop fluid/imperative/README.md , test=develop * change fc to linear, test=develop * polish code style, test=develop
-
由 Double_V 提交于
1. Add a new input named batch_roi_nums for prroi_pool_op. batch_roi_nums includes the number of roi for each image in batch when rois is Tensor. This information is saved in rois's lod when rois is LoDTensor. 2. add grad check to prroi_pool_op and solve unnormal X grad diff in CPU.
-
- 06 1月, 2020 1 次提交
-
-
由 Qinghe JING 提交于
* fix dim=[] bug in reduce ops
-
- 03 1月, 2020 1 次提交
-
-
由 Yibing Liu 提交于
* Fix example in log_loss doc, test=develop * Use none for unknown dim, test=develop, test=document_fix
-
- 02 1月, 2020 1 次提交
-
-
由 ceci3 提交于
* update error information about batch_norm_grad * update bn,test=develop
-
- 31 12月, 2019 1 次提交
-
-
由 ShenLiang 提交于
fix the doc of scatter
-