kona-snow
See #429 for details.
Please upgrade your models! Caffe's proto definition was changed in #208 and #219 for extensibility. The upgrade_net_proto_binary.bin
and upgrade_net_proto_text.bin
tools are provided to convert current models. Caffe will attempt to automagically upgrade old models when loaded, but doesn't save the changes.
Update your Makefile.config! Caffe has a new Makefile and Makefile.config that learned to auto-configure themselves a bit better. Look at the new Makefile.config.example
and update your configuration accordingly.
Dependencies: Caffe's matrix and vector computations can be done with ATLAS, OpenBLAS, or MKL. The hard dependency on MKL is no more!
Deprecation: V0 model definitions. While Caffe will try to automagically upgrade old models when loaded, see tools/upgrade_net_proto*
to make the permanent upgrade since this will be dropped.