【发布时间】:2017-11-07 14:15:32
【问题描述】:
Follwoing 在 Windows 上运行良好,但在 Linux 上抛出错误
core <- 5
ctx <- lapply(c(1:core), function(i) {mx.cpu(i)})
模型函数为“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"
虽然,当核心
【问题讨论】:
标签: r deep-learning mxnet