Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

v0.4.0

Latest
Compare
Choose a tag to compare
@luoyetx luoyetx released this 20 Mar 11:17
· 20 commits to master since this release
  • Mini-Caffe can be compiled on Windows, Linux, Android platform (OpenBLAS and protobuf needed)
  • Add CUDA and CUDNN code back from original Caffe implement
  • Remove all backward functions, Mini-Caffe now only provides Forward functions
  • Optimize some layer implement (Since we don't need backward)
  • Add C/Java/Python API
  • Add examples to show how to integrate Mini-Caffe into other projects
  • Refactoring code to tweak the API, remove all template, use float as default data type (Some API also changed)
  • Add Profiler that helps analyse the network performance
  • Add Layer Crafter in Python API for creating network prototxt