cold-brew
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.