1. 08 11月, 2016 11 次提交
  2. 07 11月, 2016 4 次提交
  3. 05 11月, 2016 5 次提交
  4. 04 11月, 2016 8 次提交
  5. 03 11月, 2016 3 次提交
  6. 02 11月, 2016 4 次提交
  7. 31 10月, 2016 3 次提交
  8. 28 10月, 2016 2 次提交
    • B
      Support empty Param Block in ParameterSever (#244) · fa24cbdb
      backyes 提交于
      * Because in cluster maybe use a lot machine to train a model, and some parameter size could be too small for ParameterServer. Then some of pservers could not have any ParamBlock.
      * Also, because ports_num or ports_num_for_sparse is too large, then give a warning in runtime.
      fa24cbdb
    • L
      fix interface bug of block_expand_layer and add unittest (#265) · fc9ca53a
      luotao1 提交于
      * fix interface bug of block_expand_layer and add unittest
      
      * auto compute num_channels
      
      * default value of num_channels is None
      
      * adjust input order of block_expand
      fc9ca53a