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 2017/12/03 19:52:55 UTC

[GitHub] whatever1983 opened a new issue #8927: Windows, R, GPU build is only 0.10.1, which is too far behind github 0.12.1 and soon 1.0

whatever1983 opened a new issue #8927: Windows, R, GPU build is only 0.10.1, which is too far behind github 0.12.1 and soon 1.0
URL: https://github.com/apache/incubator-mxnet/issues/8927
 
 
   According to the installation document:
   https://mxnet.incubator.apache.org/get_started/install.html
   
   cran <- getOption("repos")
   cran["dmlc"] <- "https://s3-us-west-2.amazonaws.com/apache-mxnet/R/CRAN/GPU"
   options(repos = cran)
   install.packages("mxnet")
   
   trying URL 'https://s3-us-west-2.amazonaws.com/apache-mxnet/R/CRAN/GPU/bin/windows/contrib/3.4/mxnet_0.10.1.zip'
   Content type 'application/zip' length 220445992 bytes (210.2 MB)
   downloaded 210.2 MB
   
   Sadly, it is only 0.10.1 version,  hopefully the mxnet team treats the native R environment and GPU builds more seriously, and release the latest 0.12.1(CUDA9/CuDNN7) and soon 1.0 with ONNX inferencing.  
   

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