Caffe v0.9999 Release Notes

Release Date: 2014-08-08 // over 9 years ago
  • ๐Ÿ‘€ See #880 for details.

    Dependencies : lmdb and gflags are required. CPU-only Caffe without any GPU / CUDA dependencies is turned on by setting CPU_ONLY := 1 in your Makefile.config.

    ๐Ÿ—„ Deprecations : the new caffe tool includes commands for model training and testing, querying devices, and timing models. The corresponding train_net.bin, finetune_net.bin, test_net.bin, device_query.bin, and net_speed_benchmark.bin are deprecated.