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: [email protected] With regards, Apache Git Services
