1. 29 11月, 2017 4 次提交
  2. 28 11月, 2017 6 次提交
  3. 27 11月, 2017 15 次提交
  4. 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
  5. 24 11月, 2017 7 次提交
  6. 23 11月, 2017 3 次提交
  7. 22 11月, 2017 3 次提交
    • T
      fix v2 init issue on Mac · 32eb0a7f
      tensor-tang 提交于
      32eb0a7f
    • Q
      07/Label semantic roles (#5798) · 53bd51e3
      Qiao Longfei 提交于
      * init label_semantic_roles.py
      
      * add linear_chain_crf and test
      
      * complete test_linear_chain_crf
      
      * correct last layer of db_lstm
      
      * update optimizer and initializer
      
      * update param_initializer of embedding_layer
      
      * support load pre trained embedding
      
      * rm unused parameter
      
      * optimize code
      
      * clean code
      
      * fix test
      
      * add todo
      53bd51e3
    • T
      fix v2 init issue on Mac (#5808) · e28157d7
      tensor-tang 提交于
      * fix v2 init issue on Mac
      
      * refine the v2 init
      e28157d7