You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/03/04 09:47:14 UTC

[GitHub] [incubator-mxnet] BigBigWolf-AI opened a new issue #14316: mxnet为什么不支持使用conda安装?

BigBigWolf-AI opened a new issue #14316: mxnet为什么不支持使用conda安装?
URL: https://github.com/apache/incubator-mxnet/issues/14316
 
 
   tensorflow,pytorch都支持conda安装。支持conda安装,对于刚入门的小白来说其实非常好。因为无论是在Windows还是Linux下,都只需要安装显卡驱动就好了。不需要配置cuda和cudnn,因为使用conda install命令安装时,会自动将cuda和cudnn安装好。小白完全不用搞配置路径这些乱七八糟的东西。
   最主要是,使用conda创建一个虚拟环境。不同虚拟环境下的conda和cudnn互不干扰,这样可以评估不同cuda版本的影响。而且,使用conda安装,可以将所有的依赖都一并解决,非常好呀。而且还能支持旧系统。更为可怕的是,就算安装CPU版本,也不需要安装MKL库,都是自动下载安装的。强烈建议mxnet增加对conda安装的支持。
   可以参考一下conda版的tensorflow的强大之处:
   https://www.anaconda.com/tensorflow-in-anaconda/
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services