Re: mxnet library in R

2020-12-30 Thread Yuan Tang
Alternatively, you can try using reticulate ( https://github.com/rstudio/reticulate) to load MXNet's Python package directly in R and interoperate between these two languages. On Wed, Dec 30, 2020 at 10:48 AM Leonard Lausen wrote: > As there is no prebuilt MXNet binary available for the version

Re: mxnet library in R

2020-12-30 Thread Leonard Lausen
As there is no prebuilt MXNet binary available for the version of R that you are using, you will need to follow the build from source instructions. Please see https://mxnet.apache.org/versions/1.7.0/get_started/build_from_source You can follow these instructions but use the 1.8.0rc2 release archi

Re: mxnet library in R

2020-12-30 Thread Aaron Markham
It's been a long while since I tried the R install. I remember there being done issue with v4. If you go back to older versions of the site, you can try those instructions. https://mxnet.apache.org/versions/1.5.0/install/index.html?platform=Linux&language=R&processor=CPU I patched the instructions

mxnet library in R

2020-12-29 Thread Sasha Sasha
Hello, I am trying to install the R package "mxnet". However, this package does not seem to be available on CRAN. I tried to install this package three different ways, but both of them failed: #First Way: install.packages("https://s3.ca-ce