You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Eftiquar Shaikh (JIRA)" <ji...@apache.org> on 2018/04/10 02:21:00 UTC

[jira] [Commented] (MXNET-280) Install precompiled mxnet R CPU windows

    [ https://issues.apache.org/jira/browse/MXNET-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431615#comment-16431615 ] 

Eftiquar Shaikh commented on MXNET-280:
---------------------------------------

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: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org