- 24 4月, 2020 8 次提交
- 
- 
由 Leo Chen 提交于
- 
由 qingqing01 提交于* Add trainable_statistics in attr for batch_norm * Unifying behavior of dynamic graph and static graph 
- 
由 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. 
- 
由 WuHaobo 提交于* Update creation.py 
- 
由 arlesniak 提交于
- 
由 石晓伟 提交于
- 
由 littletomatodonkey 提交于
- 
由 xiaoting 提交于* change int to floor, test=develop * fix unittest, test=develop 
 
- 
- 23 4月, 2020 6 次提交
- 
- 
由 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 
- 
由 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 
- 
由 Zeng Jinle 提交于
 
- 
- 22 4月, 2020 4 次提交
- 
- 
由 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 
- 
由 ceci3 提交于* update docs, test=develop * polish eng docs, test=develop 
- 
由 Kaipeng Deng 提交于
- 
由 liu zhengxi 提交于
 
- 
- 21 4月, 2020 4 次提交
- 
- 
由 myq406450149 提交于* lod_rank_table error message enhance. test=develop 
- 
由 wawltor 提交于Fix the dygraph mode in matmul, add the support in Linear Op 
- 
由 GaoWei8 提交于
- 
由 Kaipeng Deng 提交于* add DataLoader, Dataset, BatchSampler 
 
- 
- 20 4月, 2020 10 次提交
- 
- 
由 wangguanzhong 提交于* add clamp api, test=develop 
- 
由 silingtong123 提交于* test=develop, add seed arguemnt of randint API 
- 
由 Li Fuchen 提交于* add diag_embed op, test=develop * add TestCase of diag_embed API * Modified diag embed python API teastcase from dygraph to static graph, test=develop * delete useless log and trigger ci, test=develop * modified float16 of diag_embed, test=develop * modified en doc of diag_embed * trigger ci, test=develop * add fp16 in dtype check of python API, test=develop * modified __init__ and fix a big, test=develop * modified a test bug of test_bicubic_interp_op and test_trilinear_interp_op, test=develop * modified to use one kernel on cpu and cuda, test=develop 
- 
由 liu zhengxi 提交于* enhance pad.* error message, test=develop 
- 
由 ShenLiang 提交于* optimize rank_attention, test=develop * use the paddle memory pool, test=develop * set max size, test=develop * limit the max size, test=develop * fix the head of cu, test=develop * add AsDispensable, test=develop 
- 
由 Yiqun Liu 提交于
- 
由 Yang Zhang 提交于* Add `paddle.nn.loss.MSELoss` test=develop * Move to `nn/layer/loss.py` test=develop * Add test test=develop * Fix dygraph test=develop * Increase numel in test test=develop * Add test for input with more dimensions test=develop 
- 
由 0YuanZhang0 提交于* test=develop Co-authored-by: Nwuxing03 <wuxing03@baidu.com>
- 
由 liym27 提交于Fix bug in convert_call because difference exists between python3 and python2. test=develop (#23966) 
- 
由 mapingshuo 提交于restrict block num of layer_norm_grad cuda kernel to 128, test=develop 
 
- 
- 19 4月, 2020 5 次提交
- 
- 
由 guofei 提交于* Support LoDTEnsorArray in fetch op test=develop * Support LoDTensorArray in fetch test=develop * Support LoDTensorArray in fetch test=develop * Support LoDTensorArray in fetch test=develop * Support LoDTensorArray in fetch test=develop * Support LoDTensorArray in fetch test=develop * Support LoDTensorArray in fetch test=develop * Support LoDTensorArray in fetch test=develop * Support LoDTensorArray in fetch test=develop * Support LoDTensorArray in fetch test=develop 
- 
由 liym27 提交于* [Dy2Stat]Support recursive call. * Remove Redundant decorator to pass the Py35 unittest temporarily. 
- 
由 Qinghe JING 提交于* add gradient check to reduce ops * add skip gradient check to reduce ops test=develop * modify stack api test=develop * add bmm op and move serval ops from fluid.layers to tensor test=develop 
- 
由 GaoWei8 提交于* add paddle.tensor test=develop * polish gpu where codes test=develop * polish test code test=develop 
- 
由 Huihuang Zheng 提交于[Dy2stat] Add Test and Example Code for Different Access to ProgramTranslator and Fix Related Bug (#23958) To prepare for publishing APIs, I added tests for that we can access dy2stat through: @fluid.dygraph.declarative @fluid.dygraph.jit.declarative fluid.dygraph.ProgramTranslator() fluid.dygraph.dygraph_to_static.ProgramTranslator() fluid.dygraph.dygraph_to_static.program_translator.ProgramTranslator() It surprised me that we had bugs on those different usages. I have fixed them. I also added example codes for these new APIs This PR also pulls my current PR https://github.com/PaddlePaddle/Paddle/pull/23880, so the PR history is long. For reviewer information, you could review this PR after https://github.com/PaddlePaddle/Paddle/pull/23880 is merged 
 
- 
- 18 4月, 2020 3 次提交
