1. 02 4月, 2020 1 次提交
  2. 01 4月, 2020 7 次提交
  3. 31 3月, 2020 8 次提交
  4. 30 3月, 2020 4 次提交
  5. 29 3月, 2020 3 次提交
  6. 28 3月, 2020 2 次提交
  7. 27 3月, 2020 2 次提交
    • Z
      Expose dygraph.grad api (#23124) · 8bfd62ff
      Zeng Jinle 提交于
      * expose dygraph.grad api, test=develop, test=document_fix
      
      * add more parameter in dygraph.grad API, test=develop
      
      * add only_inputs=True parameter, test=develop
      
      * follow comments, test=develop, test=document_fix
      
      * fix typo, test=develop, test=document_fix
      8bfd62ff
    • X
      fix no_cvm in config_fleet (#22818) · c8f9e66b
      xujiaqi01 提交于
      * fix no cvm, when accessor is DownpourSparseValueAccessor, set no_cvm=True
      * test=develop
      c8f9e66b
  8. 26 3月, 2020 12 次提交
  9. 25 3月, 2020 1 次提交
    • H
      Rename Decorator "dygraph_to_static_graph" to "dygraph_to_static_func" (#23150) · e9b18c74
      Huihuang Zheng 提交于
      This PR does exact the thing as the title. The reason is that we plan to develop 4 decorators
      
      "dygraph_to_static_code"
      "dygraph_to_static_program"
      "dygraph_to_static_func"
      "dygraph_to_static_output"
      
       The 4 decorators will emphasize different part when translating dygraph to static graph. Decorator name "dygraph_to_static_graph" is too big for the function it implements.
      e9b18c74