1. 17 4月, 2020 2 次提交
  2. 15 4月, 2020 1 次提交
  3. 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
  4. 12 4月, 2020 1 次提交
  5. 11 4月, 2020 2 次提交
  6. 10 4月, 2020 16 次提交
  7. 09 4月, 2020 7 次提交
  8. 08 4月, 2020 3 次提交
  9. 07 4月, 2020 1 次提交
  10. 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
  11. 04 4月, 2020 2 次提交
  12. 03 4月, 2020 2 次提交
    • Z
      support if logic for Variable in dygraph (#22892) · 7ca836d3
      zhongpu 提交于
      * support if logic for Variable in dygraph, test=develop
      
      * fix test_learning_rate_scheduler.py, test=develop
      
      * fix optest, test=develop
      
      * fix error message, test=develop
      
      * fix optest,test=develop
      
      * fix comment, test=develop
      7ca836d3
    • Z
      support forward hook for dygraph (#22443) · 166a1ae9
      zhongpu 提交于
      * support forward hook for dygraph, test=develop
      
      * add optest for forward_hook in dygraph, test=develop
      
      * add optest, test=develop
      
      * polish code, test=develop
      
      * add sample code, test=develop
      
      * rename forwrd_hook to forward_post_hook, test=develop
      
      * fix the api description, test=develop
      
      * fix api description, test=develop
      166a1ae9