1. 19 10月, 2017 6 次提交
    • K
      Adding Proximal Gradient Descent (#4848) · c10b8e80
      kavyasrinet 提交于
      * Adding Proximal Gradient Descent
      
      * Fixing review comments
      c10b8e80
    • F
      Fix several bugs in compile time backward and Protobuf desc (#4894) · a204fefe
      fengjiayi 提交于
      * Implement FC layer with helper
      
      * Update LayerHelper
      
      * Add debug string for Python ProtoBuf
      
      and Rename `Sync` to `Flush`
      
      * Add check of ProtoBuf initialization
      
      * Layer wrapper for FC
      
      * Fix unittest
      
      * Fix CI
      
      * Add code generator
      
      * AttributeChecker Better error log and speicalize bool
      
      Since lots of types can be cast to bool
      
      * Complete mlp, fit_a_line
      
      * Implementation of simple conv_2d layer
      
      * Fix bugs
      
      * Correct implement BlockDesc destructor
      
      * Fix bugs
      
      * Fix unit test error
      
      * Follow comments
      a204fefe
    • F
      Design doc: Batch Normalization Operator (#3748) · af215a1a
      fengjiayi 提交于
      * Add design doc of batch_norm_op
      
      * Move batch_norm_op.png to operator/images
      
      * Refine batch_norm_op design doc
      af215a1a
    • A
      Design Doc for Regularization (#4869) · f4a21e38
      Abhinav Arora 提交于
      * Add initail design doc for regularization
      
      * Updating image links
      
      * Commiting the images for the equations
      
      * Adding computation graph images
      
      * Adding section on computation graph
      f4a21e38
    • Y
      Change ProgramDesc not a global variable (#4879) · e747623e
      Yu Yang 提交于
      * Change ProgramDesc not a global variable
      
      * Polish code style
      
      * Correct implement BlockDesc destructor
      
      * Unify program as parameter name
      e747623e
    • F
      implementation of simple conv2d layer (#4868) · efd009a0
      fengjiayi 提交于
      * Implement FC layer with helper
      
      * Update LayerHelper
      
      * Add debug string for Python ProtoBuf
      
      and Rename `Sync` to `Flush`
      
      * Add check of ProtoBuf initialization
      
      * Layer wrapper for FC
      
      * Fix unittest
      
      * Fix CI
      
      * Add code generator
      
      * AttributeChecker Better error log and speicalize bool
      
      Since lots of types can be cast to bool
      
      * Complete mlp, fit_a_line
      
      * Implementation of simple conv_2d layer
      
      * Fix bugs
      
      * Remove debug code
      efd009a0
  2. 18 10月, 2017 13 次提交
  3. 17 10月, 2017 21 次提交