Caffe v0.99 Release Notes

Release Date: 2014-03-20 // about 10 years ago
  • ๐Ÿ‘€ See #231 for details.

    ๐Ÿ†• New Dependency : hdf5 is now required. Caffe learned how to load blobs and (multiple!) labels from hdf5.

    • sudo apt-get install libhdf5-serial-dev for ubuntu.
    • brew install homebrew/science/hdf5 for osx.

    ๐Ÿ—„ Deprecation : padding layers. See 2848aa1 for an example of how to update your model schema and note that an automated tool is coming for this and other model schema updates #219.