简体   繁体   English

我可以安装“Caffe , Deep Learning”而不依赖 Nvida GPU

[英]can I install "Caffe , Deep Learning" without dependencies with a Nvida GPU

I want to install caffe on my laptop with AMD GPU ON UBUNTU 16 and all installation I find is an installation with NVIDA dependencies !我想在我的笔记本电脑上安装 caffe,在 UBUNTU 16 上安装 AMD GPU,我发现的所有安装都是具有 NVIDA 依赖项的安装! I have tried to install NVIDA driver but I end up with losing my ubuntu OS is there any other solution please !!我曾尝试安装 NVIDA 驱动程序,但最终还是丢失了我的 ubuntu 操作系统,请问还有其他解决方案吗!!

From the official Caffe installation documentation :来自官方Caffe 安装文档

CPU-only Caffe: for cold-brewed CPU-only Caffe uncomment the CPU_ONLY := 1 flag in Makefile.config to configure and build Caffe without CUDA. CPU-only Caffe:对于冷酿的 CPU-only Caffe,在 Makefile.config 中取消对 CPU_ONLY := 1 标志的注释,以在没有 CUDA 的情况下配置和构建 Caffe。 This is helpful for cloud or cluster deployment.这对于云或集群部署很有帮助。

This will allow you to compile Caffe without any GPU dependency.这将允许您在没有任何 GPU 依赖的情况下编译 Caffe。

Alternatively, there is an experimental Open-CL Caffe fork developed by AMD.或者,还有一个由 AMD 开发的实验性Open-CL Caffe fork

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM