admin管理员组

文章数量:1530053

我怎么能在我的电脑上运行这个例子 ? 我没有Nvidia显卡所以我不能在Matlab中使用Cuda。

我需要用Matlab来完成它,因为我的代码的一半是用Matlab编写的,所有变量都是Matlab格式的。

我的电脑有ATI Radeon HD 4530显卡。

我读过这个页面 ,但是理解哪个是合适的仍然令人困惑。

Update1:​​我想训练一个深度神经网络进行图像分类。 与此示例类似的任务。

Update2:当我运行Update1中提到的代码时,它给出了以下错误:

There is a problem with the CUDA driver or with this GPU device. Be sure that you have a supported GPU and that the

latest driver is installed.

Error in nnet.internaln.SeriesNetwork/activations (line 48)

output = gpuArray(data);

Error in SeriesNetwork/activations (line 269)

YChannelFormat = predictNetwork.activations(X, layerID);

Error in DeepLearningImageClassificationExample (line 262)

trainingFeatures = activations(convnet, trainingSet, featureLayer, ...

Caused by:

The CUDA driver could not be loaded. The library name used was 'nvcuda.dll'. The error was:

The specified module could not be found.

本文标签: 显卡堆栈内存matlabamd