Skip to content

Minor Fix & Add New Layers

Latest
Compare
Choose a tag to compare
@nyanp nyanp released this 26 Jul 15:31
· 400 commits to master since this release

This release contains following improvements:

  • New Layers
    • Batch Normalization
    • Deconvolution/Unpooling (@wangyida)
    • Power
    • Slice
  • New Loss Functions
    • Absolute mean/Absolute mean with eps (@H4kor)
  • Minor Bug Fix
    • Compile error on MSVC2013 #218 #231
    • Correct the definition of MSE #232
    • Fix linker error due to duplicate symbols
    • Fix handling non-square input data in caffemodel #227
    • Fix data race in network::test #185

Thank you very much for all comitters for this release!