drag05 commented on issue #14004: unable to load mxnet library in R URL: https://github.com/apache/incubator-mxnet/issues/14004#issuecomment-582105316 I have installed mxnet for CPU and worked fine on Windows 10, R version 3.6.2. Then I wanted to try mxnet for GPU: I installed mxnet for GPU using the command: `install.packages("https://s3.ca-central-1.amazonaws.com/jeremiedb/share/mxnet/GPU/mxnet.zip", repos = NULL)` everything went file. However when trying to load in R version 3.6.2 or R Studio, I get the following error: `Loading required package: mxnet` `Error: package or namespace load failed for ‘mxnet’: .onLoad failed in loadNamespace() for 'mxnet', details: call: inDL(x, as.logical(local), as.logical(now), ...) error: unable to load shared object 'C:/R/R-3.6.2/library/mxnet/libs/x64/libmxnet.dll': LoadLibrary failure: The specified module could not be found.` I have been using my GPU for R/keras/tensorflow having installed cuda100 on miniconda3. It works quite smoothly on NVIDIA Geforce RTX 2080 Please advise
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
