简体   繁体   English

虚拟机上带有Rstudio的mxnet软件包

[英]mxnet packages with Rstudio on Virtual machine

I want to install r studio on virtual machine to work with mxnet package. 我想在虚拟机上安装r studio以与mxnet软件包一起使用。

Here is how to configure Rstudio on microsoft azzure linux virtual machine: http://moresi.de/posts/2016-04-02-setting-up-r-studio-server-on-microsoft-azure.html 这是如何在Microsoft azzure Linux虚拟机上配置Rstudio: http ://moresi.de/posts/2016-04-02-setting-up-r-studio-server-on-microsoft-azure.html

And there is how to install mxnet packages for linux: https://mxnet.incubator.apache.org/get_started/install.html 以及如何为Linux安装mxnet软件包: https ://mxnet.incubator.apache.org/get_started/install.html

My question is: If I will install R-studio and Mxnet package following the step in this 2 tutorial will I be able to use mxnet package from R Studio workspace? 我的问题是:如果按照本教程2的步骤安装R-studio和Mxnet软件包,我将能够在R Studio工作区中使用mxnet软件包吗?

Another question is: It is possible to install all availible r packages in this configuration from R studio workspace? 另一个问题是:是否可以从R studio工作区以这种配置安装所有可用的r软件包?

I know that maybe this is a trivial question, but i am completly new to microsoft azzure, and spend a lot of time looking for an answer on web. 我知道也许这是一个琐碎的问题,但是我对Microsoft azzure完全陌生,并且花了大量时间在网上寻找答案。 Its seems that there wasn't any exemple of using mxnet packages with R on cloud.I would be very grateful even for some tips : ) 似乎并没有在云上使用带有R的mxnet软件包的例子。即使有一些技巧,我也将非常感谢:

Yes and no. 是的,没有。 Yes, you can run mxnet through Rstudio server, I currently do this on my AWS linux instance and login via the browser. 是的,您可以通过Rstudio服务器运行mxnet,我目前在我的AWS linux实例上执行此操作,并通过浏览器登录。

No, you cannot install everything from Rstudio and will have to ssh in and compile/install mxnet and a few other things. 不,您不能安装Rstudio的所有软件,而必须ssh并编译/安装mxnet和其他一些东西。 Unless you want the CPU mxnet instead of the GPU verion, that might be precompiled. 除非您希望使用CPU mxnet而不是GPU版本,否则可能会进行预编译。 The GPU installation process is a nightmare, I wouldn't recommend unless you have a moderate level of linux experience. GPU安装过程是一场噩梦,除非您具有中等水平的Linux经验,否则我不建议您这样做。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM