szha commented on issue #8065: Help? when I go on training a language model, 
errors occured
URL: 
https://github.com/apache/incubator-mxnet/issues/8065#issuecomment-332733660
 
 
   It seems that you only have the data iterator logics and you don't have the 
logic for constructing the RNN model. The later is required if you want to use 
bucketing module, because bucketing module requires sym_gen function for 
generating the function. The example is here
   
   
https://github.com/apache/incubator-mxnet/blob/master/example/rnn/cudnn_lstm_bucketing.py#L108-L122
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to