【问题标题】:How can I use AMD RX Radeon with mxnet package in R specifically如何在 R 中专门使用带有 mxnet 包的 AMD RX Radeon
【发布时间】:2018-12-19 16:14:14
【问题描述】:

我读到了将 NVidia 与 mxnet 包一起使用的可能性,但是我没有找到任何关于使用 RX Radeon GPU 的信息。我可以在 R 中专门使用 RX Radeon 和 mxnet 包吗? 下面是解释使用 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)

【问题讨论】:

标签: r gpu amd mxnet


【解决方案1】:

您现在需要有 NVidia 卡才能使用开箱即用的 Apache MXNet 在 GPU 上进行训练。有人要求支持 AMD,但目前尚未实现 - https://github.com/apache/incubator-mxnet/issues/621

您可以尝试使用TVM (Github)。这是一个深度学习编译器,可以将 MXNet 模型编译成中间表示,可以在多个平台上运行。

请参阅specific example,了解如何编译 MXNet 模型

【讨论】:

    猜你喜欢
    • 2017-09-06
    • 2020-05-30
    • 2018-06-11
    • 1970-01-01
    • 2021-10-03
    • 2021-12-11
    • 2012-11-29
    • 1970-01-01
    • 2018-10-06
    相关资源
    最近更新 更多