1. 01 12月, 2017 2 次提交
  2. 30 11月, 2017 3 次提交
    • Y
      Add lod_level for data layer (#6040) · 0d40a4db
      Yu Yang 提交于
      0d40a4db
    • Y
      Feature/switch program (#5932) · ac596a39
      Yu Yang 提交于
      * Unify fluid submodules to fluid module
      
      Change books just use `import fluid`, not submodules
      
      * Remove g_main_program/g_startup_program
      
      Use default_main_program/default_startup_program instead
      
      * Typo
      
      * Add API for switch default program
      
      * Two functions: switch_main_program/switch_startup_program
      * A guard: program_guard. Users can use the `with` statement change
        default programs
      * Change unittests in `test_layers`
      
      * Fix CI
      
      * Fix CI
      
      * Fix CI
      ac596a39
    • Q
      Fix python.v2.fluid arg parse (#6055) · 82dd1653
      QI JUN 提交于
      * fix python gflags init
      
      * format code
      82dd1653
  3. 29 11月, 2017 4 次提交
  4. 28 11月, 2017 8 次提交
  5. 27 11月, 2017 17 次提交
  6. 26 11月, 2017 2 次提交
    • D
      "add floor, ceil, round op" (#5898) · 513b1e01
      dzhwinter 提交于
      * "add floor, ceil, round op"
      
      * "reuse zero gradient"
      
      * "fix divide zero"
      
      * "fix numpy floor error"
      513b1e01
    • D
      Feature/copytensor (#5455) · 45062fe5
      dzhwinter 提交于
      * "make global tensor function independently"
      
      * "replace functor"
      
      * "fix inline template error"
      
      * "fix tensor array with CopyFrom"
      
      * "fix other case use CopyFrom"
      
      * "move the op interface hardly"
      
      * "fix operators"
      
      * "fix typo"
      
      * "delete dynamic recurrent rnn and fix gru_unit in debugmode"
      
      * "fix unique_ptr copy"
      
      * "fix cuda copy"
      
      * "fix namespace error"
      
      * "removed nccl python test"
      
      * "fix include error"
      
      * "fix typo"
      
      * fix copy util test
      45062fe5
  7. 24 11月, 2017 4 次提交