DeepLearningExamples
DeepLearningExamples copied to clipboard
Update model.py for a bug
In line 111, l(s) and c(s) need to be contiguous before use. I had an error before using contiguous().