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/11/07 14:17:34 UTC

[GitHub] shivonkar opened a new issue #8575: mxnet multicore on LInux in R

shivonkar opened a new issue #8575: mxnet multicore on LInux in R
URL: https://github.com/apache/incubator-mxnet/issues/8575
 
 
   Follwoing works fine on windows although throws error on Linux
   
         core <- 5
         ctx <- lapply(c(1:core), function(i) {mx.cpu(i)})
   
   The model function is "mx.model.FeedForward.create"
   
          The error is "Error in (function (symbol, ctx, grad.req = "null", ...) : Need more shape information to decide the shapes of arguments"
   
   Although, it works properly when core <- 1

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