1. 28 11月, 2022 1 次提交
  2. 08 11月, 2022 1 次提交
  3. 03 11月, 2022 1 次提交
  4. 23 10月, 2022 1 次提交
  5. 19 10月, 2022 1 次提交
  6. 27 9月, 2022 1 次提交
  7. 21 9月, 2022 1 次提交
  8. 14 9月, 2022 1 次提交
  9. 09 9月, 2022 1 次提交
    • X
      [ Dy2Static ] convert_call support staticmethod for class. (#44983) · d0096eaf
      xiongkun 提交于
      * convert_call support staticmethod for class.
      
      * while support for python container.
      It is convenient to convert more dynamic graph codes into static graphs.
      
      * cond support python container
      
      * add unittest for staticmethod convert_call
      
      * fix bugs
      
      * add unittest for item interface
      
      * fix bugs
      
      * change to np.testing.assert_allclose
      
      * code format
      
      * fix comments.
      
      * code format
      d0096eaf
  10. 02 8月, 2022 1 次提交
  11. 30 6月, 2022 1 次提交
  12. 09 6月, 2022 1 次提交
  13. 08 6月, 2022 1 次提交
  14. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      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
      a072fca8
  15. 02 6月, 2022 1 次提交
  16. 01 6月, 2022 1 次提交
  17. 23 5月, 2022 1 次提交
  18. 29 4月, 2022 1 次提交
  19. 25 3月, 2022 1 次提交
    • J
      Refactor Dygraph Flags (#40786) · 3085d5e4
      Jiabin Yang 提交于
      * refactor eager flags
      
      * fix flags error when we switch from eager to dygraph
      
      * fix ci problem
      
      * fix ci
      
      * fix ci
      
      * merge develop and fix code style
      
      * merge develop and fix code style
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * merge develop
      3085d5e4
  20. 16 2月, 2022 1 次提交
  21. 24 12月, 2021 1 次提交
  22. 02 12月, 2021 1 次提交
  23. 22 11月, 2021 1 次提交
  24. 05 8月, 2021 1 次提交
  25. 28 7月, 2021 1 次提交
  26. 17 6月, 2021 1 次提交
  27. 14 1月, 2021 1 次提交
  28. 18 12月, 2020 1 次提交
  29. 27 11月, 2020 1 次提交
  30. 19 11月, 2020 1 次提交
    • L
      [Dynamic-to-Static ErrorMessage] Support dy2stat error message when call... · 9881738e
      liym27 提交于
      [Dynamic-to-Static ErrorMessage] Support dy2stat error message when call jit.save and polish error message (#28713)
      
      * Support dy2stat error message when call jit.save;
      
      * Polish dy2stat error message:
        (1) the original dygraph code is marked with (* user code *) ; 
        (2) "In user code:" -> "In transformed code:"
      9881738e
  31. 11 11月, 2020 1 次提交
  32. 27 10月, 2020 1 次提交
  33. 22 10月, 2020 1 次提交
  34. 17 10月, 2020 1 次提交
  35. 16 10月, 2020 1 次提交
    • G
      Incorporate cudnn_lstm into LSTM api (#27217) · fa9d3fa5
      Guo Sheng 提交于
      * Incorporate cudnn_lstm into LSTM api.
      test=develop
      
      * Make coalesce_tensor support alignment optionally.
      test=develop
      
      * Reorganize RNN apis. test=develop
      
      * Fix cudnn rnn layout conversion.
      test=develop
      
      * Add sequence_length support for RNN cudnn implement.
      Add optional init_h and init_c gradient for cudnn_lstm_op.
      test=develop
      
      * Use create_parameter for rnn cudnn impl.
      test=develop
      
      * Move `self._flat_weight = self.create_parameter()` in RNNBase to main_program.
      test=develop
      
      * Update RNN api unittest to use set_device.
      test=develop
      
      * Fix set_place for unit tests of RNN apis.
      test=develop
      
      * Fix use_align in coalesce_tensor_op.
      test=develop
      
      * Adjust RNN apis arguments according to comments.
      test=develop
      
      * Polish documents for SimpleRNN apis.
      test=develop
      
      * Refine random seed in cudnn_lstm_op.
      Expose rnn params from sublayers to RNN.
      test=develop
      
      * Fix RNN saving for jit.save.
      Refine cudnn_lstm dropout behavior.
      test=develop
      
      * Fix doc of GRU. test=develop
      
      * Use ShareDataWith to avoid copying for cudnn_lstm_op test.
      test=develop
      
      * Remove updates on cudnn_lstm temporarily.
      test=develop
      
      * Use ShareDataWith to avoid copying for cudnn_lstm_op test.
      test=develop
      
      * Refine random seed in cudnn_lstm_op.
      test=develop
      
      * Fix test_lstm by adjust ConcreteProgram buffer getter.
      test=develop
      
      * Use create_parameter instead of create_var for rnn._flat_weight for static graph usage.
      test=develop
      
      * Remove W input for cudnn_lstm to pass unused_var_check.
      test=develop
      
      * Add test_predict for RNN unit tests coverage.
      test=develop
      
      * Fix code style of rnn.
      test=develop
      
      * Fix F.rnn usage in rnn.py.
      test=develop
      fa9d3fa5
  36. 13 10月, 2020 1 次提交
  37. 24 9月, 2020 1 次提交
  38. 22 9月, 2020 1 次提交
  39. 17 9月, 2020 2 次提交