我读到了关于在mxnet包中使用NVidia的可能性,但是我没有找到任何关于使用RX Radeon GPU的东西。我可以在R中特别使用带有mxnet包的RX Radeon吗?以下是解释使用NVidia安装mxnet的链接:Installation with NVidia
Installing MXNet on a Computer with a GPU Processor
To install MXNet R package on a computer with a GPU processor, you need the following:
Microsoft Visual Studio 2013
The NVidia CUDA Toolkit
The MXNet package
CuDNN (to provide a Deep Neural Network library)
发布于 2018-08-07 20:14:57
你现在需要有Apache卡才能使用NVidia MXNet进行开箱即用的训练。有要求支持AMD,但目前尚未实施-- https://github.com/apache/incubator-mxnet/issues/621
您可以尝试使用TVM (Github)。这是一个深度学习编译器,可以获取MXNet模型并将其编译成中间表示,可以在多个平台上运行。
有关如何编译MXNet模型的信息,请参阅此specific example
https://stackoverflow.com/questions/51288558
复制