[
https://issues.apache.org/jira/browse/MXNET-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431615#comment-16431615
]
Eftiquar Shaikh edited comment on MXNET-280 at 4/10/18 2:21 AM:
----------------------------------------------------------------
cran <- getOption("repos")
cran["dmlc"] <-
"https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/"
options(repos = cran)
install.packages("devtools")
require(devtools)
install_version("DiagrammeR", version = "0.9.0", repos =
"http://cran.us.r-project.org")
require(DiagrammeR)
install.packages("mxnet")
library(mxnet)
a <- mx.nd.ones(c(2,3), ctx = mx.cpu())
b <- a * 2 + 1
b
Acknowledging Bhavin's help in this.
was (Author: eftiquar):
cran <- getOption("repos")
cran["dmlc"] <-
"https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/"
options(repos = cran)
install.packages("devtools")
require(devtools)
install_version("DiagrammeR", version = "0.9.0", repos =
"http://cran.us.r-project.org")
require(DiagrammeR)
install.packages("mxnet")
library(mxnet)
a <- mx.nd.ones(c(2,3), ctx = mx.cpu())
b <- a * 2 + 1
b
> Install precompiled mxnet R CPU windows
> ---------------------------------------
>
> Key: MXNET-280
> URL: https://issues.apache.org/jira/browse/MXNET-280
> Project: Apache MXNet
> Issue Type: Bug
> Reporter: Eftiquar Shaikh
> Assignee: Eftiquar Shaikh
> Priority: Major
>
> https://discuss.mxnet.io/t/install-precompiled-mxnet-r-cpu-windows/623
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]