1. 06 3月, 2020 1 次提交
  2. 28 2月, 2020 1 次提交
  3. 27 2月, 2020 1 次提交
  4. 26 2月, 2020 1 次提交
    • S
      support control flow cond in dygraph mode (#22693) · b813c948
      songyouwei 提交于
      * dygraph support cond op
      test=develop
      
      * unittest coverage
      test=develop
      
      * fix coverage
      test=develop
      
      * fix for coverage
      test=develop
      
      * refine TypeError msg
      test=develop
      
      * remove restrict
      test=develop
      b813c948
  5. 25 2月, 2020 2 次提交
  6. 24 2月, 2020 1 次提交
  7. 23 2月, 2020 1 次提交
  8. 18 2月, 2020 1 次提交
  9. 17 2月, 2020 3 次提交
  10. 14 2月, 2020 1 次提交
  11. 13 2月, 2020 1 次提交
  12. 12 2月, 2020 1 次提交
    • G
      Add support for dynamic_decode(while) training. (#22231) · 31b54646
      Guo Sheng 提交于
      * Add support for dynamic_decode(while) training. test=develop
      
      * Fix assign_op and tensor_array_read_write_op after solving conflict. test=develop
      
      * Fix test_rnn_decode_api.py. test=develop
      
      * Refine docs for apis in rnn.py. test=develop
      
      * Adjust outputs of dynamic_decode. test=develop
      
      * Remove the force_cpu update in assign_op. test=develop
      
      * Remove the force_cpu update in assign_op. test=develop
      
      * Make RNNCell.get_initial_states support batch_dim_idx argument. test=develop
      
      * Rename _create_array_outof_while as _create_array_out_of_while in rnn.py.
      test=develop
      31b54646
  13. 11 2月, 2020 1 次提交
  14. 06 2月, 2020 1 次提交
  15. 17 1月, 2020 1 次提交
  16. 16 1月, 2020 1 次提交
  17. 14 1月, 2020 1 次提交
  18. 13 1月, 2020 1 次提交
  19. 09 1月, 2020 1 次提交
  20. 08 1月, 2020 4 次提交
  21. 07 1月, 2020 2 次提交
  22. 06 1月, 2020 2 次提交
  23. 04 1月, 2020 2 次提交
    • L
      control flow: support optimizer called (#21851) · 7d8d4599
      liym27 提交于
      * append optimize op in the grad block of current block if current block is in control flow. test=develop
      
      * add conditional grad op when optimizer used in control flow. test=develop
      
      * add comment and modify typo. test=develop
      
      * fix append_backward to support control flow. test=develop
      
      * add test. test=develop
      
      * fix copy_var_to_parent_block and conditional_block_grad. test=develop
      
      * fix bug: revert to append conditional_block_grad vars to sub grad block. test=develop
      
      * fix bug: revert to assign var to parent block even if var already is in parent block
      
      * fix bug: consider outputs is empty. test=develop
      
      * move _rename_grad_ out. test=develop
      
      * modify code according to reviews from Huihuang. test=develop
      
      * modify code according to reviews from Jinle. test=develop
      7d8d4599
    • S
      add package for centerloss (#21806) · 3fab86ff
      ShenLiang 提交于
      3fab86ff
  24. 03 1月, 2020 3 次提交
  25. 02 1月, 2020 1 次提交
  26. 31 12月, 2019 2 次提交
  27. 26 12月, 2019 1 次提交
  28. 24 12月, 2019 1 次提交