- 24 4月, 2020 21 次提交
-
-
由 lijianshe02 提交于
* API/OP (affine_channel, group_norm, layer_norm, random_crop, unpool, log_loss) error message enhancement test=develop
-
由 Pei Yang 提交于
-
由 Guo Sheng 提交于
* Add cholesky_op forward part. test=develop * Complete cholesky_op forward part. test=develop * Add cholesky_op backward part. test=develop * Complete cholesky_op backward part. test=develop * Refine cholesky_op error check and docs. test=develop * Add grad_check unit test for cholesky_op. test=develop * Fix sample code in cholesky doc. test=develop * Refine some error messages of cholesky_op. test=develop * Refine some error messages of cholesky_op. test=develop * Remove unused input in cholesky_grad. test=develop * Remove unused input in cholesky_grad. test=develop * Fix stream for cusolverDnSetStream. test=develop * Update PADDLE_ENFORCE_CUDA_SUCCESS from cholesky_op to adapt to latest code. test=develop * Add CUSOLVER ERROR in enforce.h test=develop * Fix the missing return value in cholesky. test=develop
-
由 Jacek Czaja 提交于
-
由 liym27 提交于
* [Dy2Stat] Add test for ptb model. test=develop * Simplify code for gast.If in is_control_flow_to_transform. test=develop * Move IsControlFlowVisitor to file utils. test=develop * Don't use convert_call for build-in func in CallTransformer. test=develop * Optimize api is_control_flow_to_transform. test=develop * Polish the document of IsControlFlowVisitor. test=develop * Use declarative instead of dygraph_to_static_func. test=develop
-
由 wangchaochaohu 提交于
-
由 Leo Chen 提交于
-
由 Zhang Ting 提交于
-
由 qingqing01 提交于
* Add trainable_statistics in attr for batch_norm * Unifying behavior of dynamic graph and static graph
-
由 Li Fuchen 提交于
-
由 liym27 提交于
* Simplify code for gast.If in is_control_flow_to_transform. * Move IsControlFlowVisitor to file utils. * Don't use convert_call for build-in func in CallTransformer. * Optimize api is_control_flow_to_transform. * Polish the document of IsControlFlowVisitor.
-
由 hutuxian 提交于
-
由 Tao Luo 提交于
test=develop
-
由 WuHaobo 提交于
* Update creation.py
-
由 arlesniak 提交于
-
由 石晓伟 提交于
-
由 littletomatodonkey 提交于
-
由 xiaoting 提交于
* change int to floor, test=develop * fix unittest, test=develop
-
由 Zeng Jinle 提交于
-
由 Zeng Jinle 提交于
-
由 Yang Zhang 提交于
* Indent MSELoss example docs * Point out input tensors should be of same shape test=develop * Document `MSELoss` input and return parameters test=develop,test=document_fix
-
- 23 4月, 2020 12 次提交
-
-
由 Wojciech Uss 提交于
* QAT: support range-based quantization and scales from attribute * added support for channelwise
-
由 Xing Wu 提交于
-
由 Yibing Liu 提交于
* Init complex number neural network, test=develop * Improve doc writing, test=develop * Fix elementwise add & sub, test=develop * Fix elementwise mul act, test=develop * a) add ut for complex variable; b) remove arg act in elementwise_ops. test=develop
-
由 石晓伟 提交于
-
由 guofei 提交于
Repair unittest: test_dyn_rnn
-
由 Pei Yang 提交于
-
由 Qinghe JING 提交于
* add gather split squeeze stack unsqueeze api test=develop * add gather split squeeze stack unsqueeze api test=develop * fix bug test=develop * fix bug test=develop * fix bug test=develop * fix bug test=develop * fix bug test=develop
-
由 0YuanZhang0 提交于
* test=develop
-
由 Tao Luo 提交于
* update mklml.cmake to 2019.0.5 test=develop * update mklml.cmake with new version test=develop
-
由 Zeng Jinle 提交于
-
由 Zeng Jinle 提交于
-
由 Zhaolong Xing 提交于
* support the head number == 1 test=develop * fix slice op error. test=develop
-
- 22 4月, 2020 7 次提交
-
-
由 Guo Sheng 提交于
Add tracks_own_finished to Decoder to avoid mismanagement of the finished state in dynamic_decode. (#23664) test=develop
-
由 Xing Wu 提交于
* upload code for tensor.rand * fix import * update example, change paddle.tensor.rand to paddle.rand * change 'variable' to 'Variable', test=develop change 'variable' to 'Variable' in description, test=develop * add pre-commit check * add pre-commit check * pre-commit check, test=develop * add more unittest code * trigger ci, test=develop * pre-commit check, test=develop * update api and test comment, test=develop * update api and test comment, test=develop * add more type check, test=develop * add detail error info for device, test=develop * add unnittest, test=develop * resolve conflict and pre-commit check, test=develop
-
由 Jacek Czaja 提交于
-
由 hutuxian 提交于
* Make batch_float_feasigns & batch_uint64_feasigns as member variable
-
由 Leo Chen 提交于
* update name generator, test=develop * use c++ unique name generator, test=develop
-
由 Guo Sheng 提交于
* Make layers.reshape/expand/slice in dygraph support var inputs. Make transpose support size 0. test=develop * Update layers.expand and layers.slice to support var inputs. test=develop
-
由 Zhaolong Xing 提交于
test=develop
-