- 07 6月, 2021 11 次提交
-
-
由 Wilber 提交于
* add op_def for gru, lstm and layer_norm * fix no newline flag
-
由 zhangchunle 提交于
-
由 zhangchunle 提交于
-
由 JZ-LIANG 提交于
-
由 Lijunhui 提交于
-
由 Wangzheee 提交于
-
由 王明冬 提交于
-
由 dyning 提交于
* Add the op def for elementwise_div elementwise_pow elementwise_sub fake_quantize_dequantize_moving_average_abs_max reduce_mean sqrt test=develop * remove .ipynb_checkpoints for opdef * remove fake_quantize_dequantize_moving_average_abs_max for opdef
-
由 ShenLiang 提交于
* fix c_split bug * fix utest * add c_embedding for tensorparallel
-
由 cc 提交于
-
由 zhangchunle 提交于
-
- 05 6月, 2021 2 次提交
-
-
由 Wilber 提交于
- 04 6月, 2021 11 次提交
-
-
由 wenbin 提交于
* fix inference prepare data bug * rename functions * typo * typo * typo * UT correct * correct condition * correct condition * ci coverage * morelines * fix ci coverage
-
由 Leo Chen 提交于
* fix stop_gradient in paddle.to_tensor * make to_tensor copy if data is varbase * add ut * refine sample code
-
由 石晓伟 提交于
-
由 Yuang Liu 提交于
-
由 Huihuang Zheng 提交于
This PR made these changes to support double grad: 1. Translate `paddle.grad` to `paddle.static.gradients` to support double grad for dy2stat. 2. Fix IfElseTransformer bug which may not change value if "Store before Load" variable is in "Store" statement is in IfElse conditional statement 3. Add `DOut` to support double grad variables in `run_program_op` 4. Add support for renaming for double grads for `jit.save/load`
-
由 ShenLiang 提交于
* fix hang of hybrid parallel * fix new_group for hang problem
-
由 Leo Chen 提交于
-
由 LielinJiang 提交于
-
由 xiaoting 提交于
* add seq_conv pbtxt * add seq_conv pbtxt
-
由 tianshuo78520a 提交于
-
由 limingshu 提交于
-
- 03 6月, 2021 8 次提交
-
-
由 JZ-LIANG 提交于
* Dygraph Recompute support AMP * dygraph recompute: update unitest
-
由 LielinJiang 提交于
* add progressbar for datasets downloading
-
由 LiuWei 提交于
-
由 Yuang Liu 提交于
-
由 王明冬 提交于
-
由 liym27 提交于
-
由 Feiyu Chan 提交于
add an assertion to ensure that the size of each dim of the parameter to be created is larger than 0. (#33265)
-
由 wanghuancoder 提交于
-
- 02 6月, 2021 8 次提交
-
-
由 limingshu 提交于
-
由 liym27 提交于
-
由 YUNSHEN XIE 提交于
-
由 Qi Li 提交于
-
由 chentianyu03 提交于
* fix the bug of div operation result using scale method do not exactly equal the result of elementwise_div method * remove __div__ , __rdiv__ methods which do not define in python3 * modify the note * add test case * add test case
-
由 wuhuanzhou 提交于
-
由 李季 提交于
* update mp
-
由 Pei Yang 提交于
-