drag05 edited a comment 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
   
   In case this helps:
   
   `> sessionInfo()`
   
   R version 3.6.2 (2019-12-12)
   Platform: x86_64-w64-mingw32/x64 (64-bit)
   Running under: Windows 10 x64 (build 18363)
   
   Matrix products: default
   
   locale:
   
   attached base packages:
   [1] stats     graphics  grDevices utils     datasets  methods   base     
   
   loaded via a namespace (and not attached):
    [1] htmlwidgets_1.5.1  DiagrammeR_1.0.5   compiler_3.6.2     magrittr_1.5   
    visNetwork_2.0.9  
    [6] htmltools_0.4.0    tools_3.6.2        glue_1.3.1         
RColorBrewer_1.1-2 Rcpp_1.0.3        
   [11] stringi_1.4.5      stringr_1.4.0      jsonlite_1.6.1     digest_0.6.23  
    rlang_0.4.4 
   
   Thank you!

----------------------------------------------------------------
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

Reply via email to