- 08 5月, 2020 1 次提交
-
-
由 hong 提交于
* fix numpy ndarray mul var base error; test=develop * add comment for __array_ufunc__ ; test=develop * move unitest from imperative math op path to test_math_op_patch_var_base; test=develop
-
- 10 4月, 2020 1 次提交
-
-
由 Leo Chen 提交于
-
- 31 3月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* expand parameters, test=develop * support resnet, test=develop * fix resnet, test=develop * support duplicable out, test=develop * support ptb * fix bugs, test=develop * support null input, test=develop * fix bugs, test=develop * fix batchNorm is_test, test=develop * refine code, test=develop * follow comments, test=develop * follow comments, test=develop * follow comments, test=develop * follow comments, test=develop
-
- 30 3月, 2020 1 次提交
-
-
由 zhongpu 提交于
* support math operator for variable, test=develop * polish code, test=develop * polish code, test=develop
-
- 24 12月, 2019 1 次提交
-
-
由 Leo Chen 提交于
* update layers, test=develop * fix input numpy, test=develop * fix bugs, test=develop * follow commments, test=develop * update getitem, test=develop
-
- 18 12月, 2019 1 次提交
-
-
由 Leo Chen 提交于
adds unary operator __neg__ for VarBase in dygraph mode, and for Variable in static graph mode.
-
- 16 12月, 2019 1 次提交
-
-
由 Leo Chen 提交于
* patch math method for varbase using auto-generated op functions, test=develop * clean code that handles batch_size, test=develop * follow comments, test=develop * follow comments, test=develop * code clean, test=develop
-
- 11 12月, 2019 1 次提交
-
-
由 Huihuang Zheng 提交于
-
- 05 12月, 2019 2 次提交
-
-
由 danleifeng 提交于
-
由 Leo Chen 提交于
* test=develop, fix docker with paddle nccl problem * don't expose numerous Tensor.set(), test=develop * fix condition, test=develop * fix float16 bug, test=develop * feed should be Tensor or np.array, not Variable or number, test=develop * use forcecast to copy numpy slice to new array, test=develop * remove float16-uint16 hacking, test=develop * add variable method to varbase and refactor to_variable to support return varbase * support kwargs in varbase constructor * add VarBase constructor to support default python args * refine varbase initial method * reset branch * fix ut for change VarBase error info to PaddleEnforce * cherry is parameter change before * overload isinstance to replace too many change of is_variable * rm useless files * rm useless code merged by git * test=develop, fix some ut failed error * test=develop, fix test_graph_wrapper * add some tests, test=develop * refine __getitem__, test=develop * add tests, test=develop * fix err_msg, test=develop
-
- 10 10月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* test=develop, fix docker with paddle nccl problem * test=develop, refine en_doc for Variable and Program * test=document_fix, fix English doc for Variable and Program * test=document_fix, refine astype code block style * test=document_fix, add example code for Variable properties
-
- 26 9月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 18 9月, 2019 1 次提交
-
-
由 Huihuang Zheng 提交于
-
- 11 9月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 30 5月, 2019 1 次提交
-
-
由 Hongyu Liu 提交于
-
- 21 3月, 2019 1 次提交
-
-
由 phlrain 提交于
-
- 15 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 26 7月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 16 7月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 02 5月, 2018 1 次提交
-
-
由 wanghaoshuang 提交于
-
- 28 2月, 2018 1 次提交
-
-
由 xuwei06 提交于
When the second argument contains batch dimension, the axis should be 0. Also makes elementwise ops more tolerant at handling tensors with trailing singular dimensions.
-
- 24 2月, 2018 3 次提交
-
-
由 Luo Tao 提交于
-
由 qiaolongfei 提交于
-
由 Yu Yang 提交于
* Add reset and guard to unique_name
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 11 2月, 2018 2 次提交
-
-
由 Yancey 提交于
* dist train support lr decay * update by comment * revert elementwise method creator * delete comment
-
由 qiaolongfei 提交于
-
- 10 2月, 2018 2 次提交
-
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
- 09 2月, 2018 1 次提交
-
-
由 Qiao Longfei 提交于
-
- 31 1月, 2018 1 次提交
-
-
由 Qiao Longfei 提交于
* add basic interface for learning rate decay * add exponential_decay * add natural_exp_decay * add inverse_time_decay
-
- 22 1月, 2018 2 次提交
- 19 1月, 2018 1 次提交
-
-
由 Yang Yu 提交于
Users can use `a+b`, `a*10`.
-