1. 04 11月, 2019 3 次提交
  2. 03 11月, 2019 2 次提交
  3. 02 11月, 2019 2 次提交
  4. 01 11月, 2019 8 次提交
  5. 31 10月, 2019 15 次提交
  6. 30 10月, 2019 7 次提交
  7. 29 10月, 2019 3 次提交
    • H
      save load problem fix and new feature add (#20823) · ff0886a9
      hong 提交于
      * fix persistable;
      
      * fix save load bugs; test=develop
      
      * fix bug; test=develop
      
      * add example for new io api; test=develop
      
      * addd example; test=develop
      ff0886a9
    • Y
      Add Sequential api (#20789) · 2058bab1
      Youwei Song 提交于
      * add Sequential api
      test=develop
      
      * fix unittest
      test=develop
      
      * refine code sample
      
      * test=develop
      2058bab1
    • L
      support Tensor for split and concat, support -1 in num_or_sections, add check... · 6802539a
      liym27 提交于
      support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780)
      
      * improve split and concat op:
      1. support Tensor for argument 'dim' in split op.
      2. support Tensor for argument 'axis' in concat op.
      test=develop
      
      * redefine function GetDataFromTensor and set unknown output shape to - 1.
      test=develop
      
      * add check: Attr(sections) match Input(X). test=develop
      
      * support Tensor for attr(sections) and attr(sections) can contain -1.
      add check for attr(sections).
      test=develop
      
      * modify error message for concat and call Resize only when necessary. test=develop
      6802539a