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 2018/08/10 02:47:43 UTC

[GitHub] TS0713 opened a new issue #12119: mxnet package in r (3.5.1) - It doesn't have lstm and gluon

TS0713 opened a new issue #12119: mxnet package in r (3.5.1) - It doesn't have lstm and gluon 
URL: https://github.com/apache/incubator-mxnet/issues/12119
 
 
   After I have installed mxnet package in RStudio (R-3.5.1) - I didn't find lstm and few other functions disappeared from mxnet package. Please provide other link where I can download mxnet containing complete functions as mentioned in mxnet documentations. 
   
   Have installed using below lines as mentioned on mxnet page 
   cran <- getOption("repos")
   cran["dmlc"] <- "https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/"
   options(repos = cran)
   install.packages("mxnet")
   
   **library(mxnet)
   mx.lstm()
   # Error in mx.lstm() : could not find function "mx.lstm"
   mx.gluon.nn.Sequential 
   # Error: object 'mx.gluon.nn.Sequential' not found**

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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