Caffe v0.9999 Release Notes
Release Date: 2014-08-08 // about 10 years ago-
๐ See #880 for details.
Dependencies :
lmdb
andgflags
are required. CPU-only Caffe without any GPU / CUDA dependencies is turned on by settingCPU_ONLY := 1
in yourMakefile.config
.๐ Deprecations : the new
caffe
tool includes commands for model training and testing, querying devices, and timing models. The correspondingtrain_net.bin
,finetune_net.bin
,test_net.bin
,device_query.bin
, andnet_speed_benchmark.bin
are deprecated.