How to Install caffe-cpu in Ubuntu 18.04



Install caffe-cpu by entering the following commands in the terminal:

sudo apt update
sudo apt install caffe-cpu

Description:

Fast, open framework for Deep Learning (Meta)

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley AI Research Lab (BAIR) and community contributors. . This metapackage pulls CPU_ONLY version of caffe: * caffe-tools-cpu * libcaffe-cpu* * python3-caffe-cpu And suggests these packages: * libcaffe-cpu-dev * caffe-doc . Note, this CPU_ONLY version cannot co-exist with the CUDA version.

Homepage: http://caffe.berkeleyvision.org

Version: 1.0.0-6

Section: universe/metapackages