How to Install caffe-cuda in Ubuntu 18.04



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

sudo apt update
sudo apt install caffe-cuda

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 CUDA version of caffe: * caffe-tools-cuda * libcaffe-cuda* * python3-caffe-cuda And suggests these packages: * libcaffe-cuda-dev * caffe-doc . Note, this CUDA version cannot co-exist with the CPU_ONLY version.

Homepage: http://caffe.berkeleyvision.org

Version: 1.0.0-6build1

Section: multiverse/metapackages