1. 14 12月, 2017 1 次提交
    • Y
      Make layers as a python module (#6564) · e0698e33
      Yu Yang 提交于
      * Make cast op support bool
      
      Also add `elemwise_sub/mul/abs/clip` layers
      
      * Make fuild.layers as a module
      
      * Move layers as a module
      
      * Split layers.py into layers module
      
      * Fix CI
      
      * Fix CI
      e0698e33
  2. 04 12月, 2017 1 次提交
    • Y
      Add DataFeeder (#6102) · 2a3a1e9a
      Yu Yang 提交于
      * Add DataFeeder
      
      A v2 API like data feeder for book demos.
      We can feed data directly from reader.
      
      * Fix CI
      
      * Remove batch_size_dim for feeder
      
      Also add __all__ to data_feeder.py
      
      * Follow comment
      2a3a1e9a
  3. 28 11月, 2017 1 次提交
  4. 27 11月, 2017 3 次提交
  5. 24 11月, 2017 2 次提交
  6. 20 11月, 2017 1 次提交
  7. 17 11月, 2017 1 次提交
  8. 15 11月, 2017 2 次提交
  9. 14 11月, 2017 2 次提交
  10. 05 11月, 2017 1 次提交
  11. 04 11月, 2017 1 次提交
    • Q
      Add acc test to image classification (#5336) · 906e2565
      Qiao Longfei 提交于
      * add acc layer
      * memory log level change from 3 to 10
      * use gaussian random to init conv parameters
      * use initializer
      * fix import
      * batch_norm use helper to create persistable var
      * refine code
      * train only 2 batches for test
      * use g_program and g_init_program
      * use XavierInitializer to init fc parameter
      906e2565
  12. 02 11月, 2017 1 次提交
    • Q
      Optimizer use init program (#5275) · f48159ad
      Qiao Longfei 提交于
      * optimizer use init_program
      
      * create persistable variable
      
      * add create_persistable_var to block
      
      * optimizer use create_persistable_var
      
      * fix prefix
      
      * move create_global_persistable_var from Block to LayerHelper
      
      * Polish Optimizer initialization code.
      
      * Using the LayerHelper to create initialize operator and variables
      
      * add_accumulator should use an independent data type
      
      * default use param data type for accumulator
      f48159ad
  13. 31 10月, 2017 1 次提交
  14. 30 10月, 2017 1 次提交
    • Q
      03 image classification (#5192) · 0049ce04
      Qiao Longfei 提交于
      * add batch_norm_layer
      
      * add img_conv_group layer and test
      
      * add check to Tensor.type()
      
      * forward can run
      
      * with backward
      
      * change label data time from int32 to int64
      
      * refine code
      
      * follow comment
      0049ce04