类似于上一篇文章 Anaconda3.6    python3.6.5   cuda9.0+   cudnn7.0

 

安装MXNet

1、设置清华源

conda config --prepend channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

 

2、安装MXNet

pip install --pre mxnet-cu80 -i https://pypi.douban.com/simple

 

 

3、测试

win10安装mxnet cuda9.0-gpu版

测试地址:https://mxnet.incubator.apache.org/versions/master/install/validate_mxnet.html#python

 

相关文章:

  • 2021-11-07
  • 2021-07-17
  • 2021-12-18
  • 2021-08-04
  • 2021-09-21
  • 2021-09-15
  • 2022-12-23
  • 2021-05-28
猜你喜欢
  • 2021-09-24
  • 2021-12-01
  • 2019-02-17
  • 2021-09-19
  • 2022-12-23
  • 2021-10-12
  • 2021-07-29
相关资源
相似解决方案