- 29 3月, 2023 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 21 3月, 2023 2 次提交
-
-
由 HongyuJia 提交于
* [Fix typo] Fix typo error in grad_node_info.h * fix varbase_patch_methods.py typo error * fix more typo errors
-
由 zhouweiwei2014 提交于
[Zero-Dim] Support 0D for numel/rank/size/optimizer/create_parameter/create_global_var, fix some usage to adapt 0D (#51566)
-
- 20 3月, 2023 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 02 3月, 2023 1 次提交
-
-
由 qizhaoaoe 提交于
* fluid clean: remove parallel and parallel_helper api * fix: fix the import path. * fix DataParallel imports issue
-
- 31 1月, 2023 1 次提交
-
-
由 HongyuJia 提交于
-
- 17 1月, 2023 1 次提交
-
-
由 xiongkun 提交于
* rebase merge * code fix * fix bugs
-
- 13 1月, 2023 1 次提交
-
-
由 wanghuancoder 提交于
-
- 29 12月, 2022 1 次提交
-
-
由 姜永久 提交于
* rm legacy dygraph part7 * rm non_static_mode * modify * modify * add static test * set static for lstm_cudnn test * reset tracer * reset varbase * fix
-
- 19 12月, 2022 1 次提交
-
-
由 姜永久 提交于
* rm imperative op eager guard tests * modify varbase patch eager guard doc
-
- 13 12月, 2022 1 次提交
-
-
由 Qi Li 提交于
-
- 08 12月, 2022 1 次提交
-
-
由 wangzhen38 提交于
* [remove fluid] under unittesets of linear api * [remove fluid] under unittesets of linear api * [remove fluid] under unittesets of linear api * [remove fluid] under unittesets of linear api * [remove fluid] under unittesets of linear api * [remove fluid] under unittesets of linear api * [remove fluid] fluid dygrapn linear api * [remove fluid] fluid dygrapn linear api * [remove fluid] fluid dygrapn linear api
-
- 07 12月, 2022 1 次提交
-
-
由 Qi Li 提交于
-
- 29 11月, 2022 1 次提交
-
-
由 HongyuJia 提交于
-
- 28 11月, 2022 1 次提交
-
-
由 Qi Li 提交于
* [NPU] apply npu_identity to conv bn and copy2cpu, test=develop * update npu identity to share data with x, test=develop * address review comments, test=develop
-
- 24 11月, 2022 1 次提交
-
-
由 HongyuJia 提交于
* support default use_gpudnn=True * fully support cudnn in phi * add header file * add white_list, verify accuracy * phi support all cudnn * opt affine_grad * try different arches of pretrained_model * try different arches of pretrained_model * add debug string * debug eager_method * add debug string, pass all local ctest * polish all debug code * delete use_cudnn relevant code autogen * fix depthwise_conv2d * Share all other members of Tensor except use_cudnn * polish codes according to review opinion * polish codes according to review opinion, fix bug * polish codes according to review opinion, opt performance * polish codes according to review opinion, fix pooling.py
-
- 08 11月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2][U004] unecessary explicit `object` inheritance in class definition * fix an increment
-
- 26 10月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
* [Eager, Performance optimization] support equal under c++ directly
-
- 23 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format
-
- 21 10月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 21 9月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
* [Eager] polish clone interface * rm clone in python, add clone in eager_method.cc
-
- 07 9月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 26 8月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
-
- 24 8月, 2022 1 次提交
-
-
由 ronnywang 提交于
-
- 17 8月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [Eager]Support Lazy initialization for nn.Lazyer
-
- 26 7月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
* fix behavior of device_id=None in Tensor.cuda * fix CI
-
- 05 7月, 2022 1 次提交
-
-
由 zhangbo9674 提交于
* refine tensor.dtype for bloat16 * refine test * revert * refine bfloat16 print
-
- 13 6月, 2022 1 次提交
-
-
由 Jiabin Yang 提交于
* support set_grad_ivar for eager * support set_grad_ivar for eager * support set_grad_ivar for eager
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* use yapf to format all python file * yapf exclude two unittests file for they rely on writing and reading file, and format will break them * disable diff_py_file because too many diff files cause command following failed
-
- 01 6月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 23 5月, 2022 1 次提交
-
-
由 xiongkun 提交于
-
- 20 5月, 2022 1 次提交
-
-
由 zyfncg 提交于
-
- 22 4月, 2022 1 次提交
-
-
由 chenjian 提交于
* optimize performance * fix * improve coverage * fix * fix
-
- 19 4月, 2022 1 次提交
-
-
由 fwenguang 提交于
-
- 14 4月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 13 4月, 2022 1 次提交
-
-
由 Baibaifan 提交于
-
- 11 4月, 2022 1 次提交
-
-
由 chentianyu03 提交于
* add assign yaml * add assign api * add assign backward api * add assign * add assign yaml * add assign * assign yaml * add assign raw kernel and use assign_raw in yaml * merge develop branch * add missing python_api
-
- 07 4月, 2022 2 次提交
-
-
由 0x45f 提交于
* Sitch some dy2st UT to eager mode * Fix test_lstm and remove test_transformer * Run test_resnet_v2 in old dy mode
-
由 zhangkaihuo 提交于
-
- 04 4月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
* eager test var base * refine, test=develop
-