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-332721345 Please reopen after attaching the symbol construction logic. Just to give an idea on what's likely happening, the symbol you have has a static shape for (64, 9), but you're feeding it with (64, 33). It's probably because you didn't use BucketingModule along with BucketingSentenceIter. ---------------------------------------------------------------- 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
