• 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
protobuf.cc 9.4 KB