- 11 6月, 2021 4 次提交
-
-
由 Huihuang Zheng 提交于
For python, if users write `a, b = var`, the `__getitem__` method will iterate through 0, 1, 2 ... until `__getitem__` throws an IndexError, then stop. The var[0], var[1] will be given to a, b respectively. If more values are given, the unpack size would cause error. We didn't raise the IndexError in the past and we add statement in `__getitem__` to raise IndexError here to support grammar like `a, b = var` in this PR.
-
由 zhangchunle 提交于
-
由 kuizhiqing 提交于
-
由 Jiangxinz 提交于
* fix Undefined variables * fix Undefined variables
-
- 10 6月, 2021 17 次提交
-
-
由 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的问题解决了
-
由 Wenyu 提交于
* add wget option in download
-
由 王明冬 提交于
-
由 Baibaifan 提交于
-
由 lilong12 提交于
-
由 tangwei12 提交于
Change-Id: I4e09e7710f6693bff5388983270781a4ef70519e
-
由 Chen Weihang 提交于
* add check nan of inf for dygraph * add unittest for dygraph * revert error change
-
由 liym27 提交于
-
由 Kaipeng Deng 提交于
-
由 Ming-Xu Huang 提交于
-
由 liym27 提交于
-
由 Huihuang Zheng 提交于
As the title
-
由 Chen Weihang 提交于
* support diff dataset tensor place in single process dataloader * fix unittest failed
-
由 wangguanzhong 提交于
-
由 王明冬 提交于
-
由 Zhang Ting 提交于
* fuse L2Decay and momentum when param.regularizer is set * add unittest * refine * refine _create_regularization_of_grad of momentum * improve append_optimizer_op
-
- 09 6月, 2021 19 次提交
-
-
由 WangXi 提交于
-
由 levi131 提交于
* add paddle.neg api * add test for neg * fix an English gammar error in comment * add lgamma api * support api paddle.tensor.neg() and paddle.tensor.lgamma() * modify test_neg_op.py
-
由 lilong12 提交于
* update, test=develop
-
由 JZ-LIANG 提交于
-
由 Aurelius84 提交于
* Support append customize attributes into op_desc in nn.Layer * fix code style * support override * add unittest
-
由 Jacek Czaja 提交于
* - First fix to #33021
-
由 Li Min 提交于
-
由 Aurelius84 提交于
-
由 Leo Chen 提交于
-
由 wanghuancoder 提交于
-
由 liym27 提交于
-
由 liym27 提交于
-
由 liuyuhui 提交于
-
由 LielinJiang 提交于
* add option verbose for predict api
-
由 Kaipeng Deng 提交于
* add random state generate in DataLoader worker. test=develop
-
由 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
-