我怎样才能在我的电脑上运行这个例子?我没有 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.internal.cnn.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.