- 11 5月, 2020 2 次提交
-
-
由 Feiyu Chan 提交于
* API/OP (margin_rank_loss, nce, row_conv, glu, positive_negative_pair) error message enchancement, test=release/1.8
-
由 Li Fuchen 提交于
OP(warpctc, add_position_encoding, scaled_dot_product_attention) error message enhancement (#24261) (#24372) * enhance add_position_encoding error message, test=develop * enhance warpctc & scaled_dot_product_attention error message, test=develop * modified error message and ctest of scaled_dot_product_attention, test=develop
-
- 30 4月, 2020 3 次提交
-
-
由 qingqing01 提交于
* Rename internal gradient variables in multiple backward * so that they have different names with previous backward * For example: * y = x * x, grad = fluid.gradients(fluid.gradients(y, x) + y * y, x) * In second-time backward, gradient variable names of partial * forward network (y * y) may be have same names with first-time * fluid.gradients(y, x). test=develop
-
由 lidanqing 提交于
* update local data preprocess doc * update for 1.8 QAT * update benchmark data Co-authored-by: NWojciech Uss <wojciech.uss@intel.com> test=release/1.8 test=document_fix
-
由 Feiyu Chan 提交于
* fix kron_op: when only one input needs gradient, test=develop * fix a typo in paddle.complex.matmul, test=release/1.8
-
- 28 4月, 2020 10 次提交
-
-
由 FDInSky 提交于
* test=develop fix generate_proposals
-
由 zhongpu 提交于
* delete paddle.nn api, test=develop * fix optest, test=develop * delete paddle.optimizer, paddle.meric, paddle.framework, paddle.io, test=develop * fix optest, test=develop * fix test_trace_op.py, test=develop * fix test_activation_op.py, test=develop
-
由 Guanghua Yu 提交于
* fix CrossEntropyLoss op en doc, test=develop * delete unittests,test=release/2.0
-
由 GaoWei8 提交于
-
由 suytingwan 提交于
* Add meshgrid op (#23736)
-
由 Yibing Liu 提交于
-
由 Leo Chen 提交于
* update paddle/tensor, test=develop * update linalg,py, test=develop * update nn/functional, test=develop * delete paddle/tensor/*, test=develop * merge upstream, test=develop * update __init__, test=develop * pass ci, test=develop
-
由 zhongpu 提交于
-
由 tianshuo78520a 提交于
-
由 Feiyu Chan 提交于
* add reshape in paddle.complex, test=develop * fix typos in paddle.complex.kron's comment, fix unittest, test=release-2.0
-
- 27 4月, 2020 9 次提交
-
-
由 Li Fuchen 提交于
-
由 Guo Sheng 提交于
-
由 Pei Yang 提交于
* merge latest. test=develop * move full_like to fluid.layers
-
由 HappyAngel 提交于
-
由 石晓伟 提交于
-
由 zhongpu 提交于
* copy api from paddle to paddle.fluid, test=develop * fix optest, test=develop
-
由 Leo Chen 提交于
* add decorator, test=develop * add fake_interface_only, test=develop * remove some dygraph_not_support, test=develop * change dygraph to imperative, test=develop
-
由 liuwei1031 提交于
* cherry pick #22778
-
由 HappyAngel 提交于
-
- 26 4月, 2020 9 次提交
-
-
由 Guanghua Yu 提交于
-
由 Feiyu Chan 提交于
* cherrypick: add kron op (#24105) * add kron op and fluid.layers.kron * add paddle.complex.kron
-
由 Leo Chen 提交于
-
由 Chengmo 提交于
* update index sample
-
由 lijianshe02 提交于
* API/OP (affine_channel, group_norm, layer_norm, random_crop, unpool, log_loss) error message enhancement test=develop
-
由 Chen Weihang 提交于
* adapt old version pretrain model load, test=develop * fix infer error & multiple input error, test=develop
-
由 tianshuo78520a 提交于
-
由 huangjun12 提交于
* Error message enhancement of 6 op, test=release/2.0 * refine huber loss unittests, test=release/2.0
-
由 Kaipeng Deng 提交于
* fix test_multiprocess_dataloader_base timeout. test=develop. test=release/2.0
-
- 25 4月, 2020 3 次提交
-
-
由 arlesniak 提交于
test=release/2.0
-
由 tianshuo78520a 提交于
* add ccache * test=develop
-
由 Yibing Liu 提交于
* Init complex number neural network, test=release/2.0 * Improve doc writing * Fix elementwise add & sub * Fix elementwise mul act * a) add ut for complex variable; b) remove arg act in elementwise_ops
-
- 24 4月, 2020 4 次提交
-
-
由 qingqing01 提交于
* Add trainable_statistics in attr for batch_norm * Unifying behavior of dynamic graph and static graph
-
由 lijianshe02 提交于
* add nll_loss op test=develop
-
由 littletomatodonkey 提交于
-
由 Yang Zhang 提交于
* Indent MSELoss example docs * Point out input tensors should be of same shape test=develop * Document `MSELoss` input and return parameters test=release/2.0-beta,test=document_fix
-