1. 19 4月, 2020 1 次提交
  2. 18 4月, 2020 1 次提交
  3. 17 4月, 2020 2 次提交
  4. 15 4月, 2020 1 次提交
  5. 14 4月, 2020 2 次提交
    • S
      fix no_grad argspec (#23790) · 8f63a3ec
      songyouwei 提交于
      test=develop
      8f63a3ec
    • X
      Cudnn rnn layers api (#23390) · 840ac2b3
      Xing Wu 提交于
      * add cudnn compatiable rnn cell api for dygraph
      
      * update sample code
      
      * update some typos
      
      * fix specify name in param_attr problem
      
      * add pre-commit check
      
      * remove duplicate import, test=develop
      
      * add unittest coverage, test=develop
      
      * make code more tight, test=develop
      
      * cudnn_compatibale -> use_cudnn_impl, test=develop
      
      * change api name, test=develop
      840ac2b3
  6. 12 4月, 2020 1 次提交
  7. 11 4月, 2020 2 次提交
  8. 10 4月, 2020 16 次提交
  9. 09 4月, 2020 7 次提交
  10. 08 4月, 2020 3 次提交
  11. 07 4月, 2020 1 次提交
  12. 06 4月, 2020 1 次提交
    • C
      Implement StaticModelRunner to support dygraph fine-tune static graph pre-training model (#23171) · 75bd3507
      Chen Weihang 提交于
      * static model runner basic implement, test=develop
      
      * add run program op to execute loaded program, test=develop
      
      * refactor static model runner & run program op, test=develop
      
      * reset engine.cc to resolve conflict
      
      * adapt the change of dygraph double grad, test=develop
      
      * refactor impl to solve control flow error, test=develop
      
      * clear debug code, test=develop
      
      * fix ci str compatible error & checkout dygraph grad maker & add example, test=develop
      
      * hide api & add op test, test=develop
      
      * fix run program op test places error, test=develop
      
      * fix program by review comment, test=develop
      
      * delete change var desc name, test=develop
      
      * fix other program by review comment, test=develop
      
      * remove _static_graph_guard, test=develop
      
      * add selectedrows test, test=develop
      
      * remove desc parser, test=develop
      
      * fix detail program, test=develop
      
      * change socpe create & add test, test=develop
      75bd3507
  13. 04 4月, 2020 2 次提交