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/19 17:12:26 UTC

[GitHub] btcpbordeaux commented on issue #7524: Is there a tutorial of using mxnet R LSTM for time series forecasting?

btcpbordeaux commented on issue #7524: Is there a tutorial of using mxnet R LSTM for time series forecasting? 
URL: https://github.com/apache/incubator-mxnet/issues/7524#issuecomment-352824783
 
 
   Looking at time series tutorial and using same code, the following error is being thrown:
   
   Error in mx.varg.symbol.FullyConnected(list(...)) : 
   Cannot find argument 'flatten', Possible Arguments:
   ----------------
   num_hidden : int, required
       Number of hidden nodes of the output.
   no_bias : boolean, optional, default=False
       Whether to disable bias parameter.
   , in operator FullyConnected(name="", num_hidden="1", flatten="1")
   
   from rnn.graph.unroll (rnn.graph.R line 336). 

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