- 15 6月, 2021 3 次提交
-
-
由 wawltor 提交于
add the support for the bool in compare ops
-
由 jiangcheng 提交于
* add reduce_sum_op by add self-kernel * set all ReduceKernel MPType for accuracy * add float16 test script which input is integer number * solve reduce sum float16 check_grad problem * solve conflict and change test script for CI * change kernel register for CI * remove all useless template
-
由 zyfncg 提交于
* Add digamma_op and unittest * add digamma_op api * remove special DigammaCudaKernel and correct some docs * remove unused headers * fix api doc error
-
- 12 6月, 2021 4 次提交
-
-
由 zhiboniu 提交于
* Eliminate numerical differences of LayerNorm; fix LayerNorm Nan Bug while large data input * fix bug while large shape of data input
-
由 Pei Yang 提交于
* add support for trt dynamic shape flatten op * add version restriction * add ut input dynamic shape
-
由 limingshu 提交于
-
由 joanna.wozna.intel 提交于
* Small changes related to BF16 fusion_gru and fusion_lstm * Correct to pass arg by value * Add conditions to rnn op * Correct the spelling mistake * Improving the test with checking activation * Trigger CI
-
- 11 6月, 2021 6 次提交
-
-
由 ShenLiang 提交于
* fix gather shape bug * fix None * fix topo
-
由 feng_shuai 提交于
* fc_elementwise_layer_fuse_pass * fc_ele_layernorm_pass * fc_elementwise_layernorm_pass * fc_elementwise_layernorm_pass_amend
-
由 ronnywang 提交于
-
由 Jacek Czaja 提交于
* - Second fix - fix * - fix
-
由 wanghuancoder 提交于
* use PYTHON_C_API in dygraph, test=develop
-
由 wenbin 提交于
-
- 10 6月, 2021 9 次提交
-
-
由 Zhou Wei 提交于
-
由 Ren Wei (任卫) 提交于
* 增加方法获取和执行全量api的示例代码进行测试 * start the sample code test for gpu * should import paddle separately * add a stdout handler, the default is stderr. the paddle_build.sh will catch the stdout content. * add RUN_ON_DEVICE into the requires set * if codeblok['required'] is empty, use the RUN_ON_DEVICE instead * set the threads to 16 http://agroup.baidu.com/paddlepaddle-org-cn/md/article/4036225 * 设置默认日志级别为INFO级别 * using the logic from gen_doc.py * using modulelist to get the all apis * as we don't care which name is the shorttest, so fetch the first name in the all_names list * the new list from project * 先不启用gpu测试,先把print_signature获取不到全部API的问题解决了
-
由 王明冬 提交于
-
由 Baibaifan 提交于
-
由 lilong12 提交于
-
由 Chen Weihang 提交于
* add check nan of inf for dygraph * add unittest for dygraph * revert error change
-
由 Chen Weihang 提交于
* support diff dataset tensor place in single process dataloader * fix unittest failed
-
由 wangguanzhong 提交于
-
由 王明冬 提交于
-
- 09 6月, 2021 12 次提交
-
-
由 Jacek Czaja 提交于
* - First fix to #33021
-
由 wanghuancoder 提交于
-
由 liym27 提交于
-
由 liuyuhui 提交于
-
由 ShenLiang 提交于
* add parallel_cross_entropy * add grad for crossentropy * fix cross entropy
-
由 WeiXin 提交于
* support state_dict save to memory. * Perfect unittest * perfect unittest. * suport saving binary var to memory * polish code. * packag save/load files into pybind/io.py * polish code . * add example for save to memory; remove useless save load function(_load_static_dict,_save_dygraph_dict) * delete _load_static/dygraph_dict;_save_static/dygraph_dict * edit example of paddle.save/load
-
由 Aurelius84 提交于
* Modify into core.ops.run_program * add DDout in core.ops.run_program * fix typo * add DOut * fix typo * put DOut last
-
由 Pei Yang 提交于
* add op pbtxt of matmul/matmul_v2/scale/softmax * add newline * move quant attrs to extra for matmul
-
由 s.feng 提交于
-
由 Peihan 提交于
-
由 Peihan 提交于
* tar capi lib for publish * add in gen_fluid_lib func
-
由 wangxinxin08 提交于
* add two attributes for yolo box
-
- 08 6月, 2021 6 次提交
-
-
由 cuicheng01 提交于
* Create squeeze2.pbtxt * Create unsqueeze2.pbtxt * Update unsqueeze2.pbtxt * Update squeeze2.pbtxt
-
由 zhangchunle 提交于
-
由 Double_V 提交于
* add transpose transpose opdef, test=develop * add line, test=develop
-
由 Double_V 提交于
* add pool2d and reshape2 pbtxt * add pool2d and reshape2 pbtxt, test=develop * delete reshape2.txt, test=develop * add lines, test=develop
-
由 MissPenguin 提交于
-
由 WeiXin 提交于
* replace 'InnerSetOverridedStopGradient' with 'SetOverridedStopGradient'. * improve coverage. * polish error message.
-