You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error occurs for all the fastai applications that you import:
from fastai.learner import *
from fastai.rnn_reg import *
from fastai.rnn_train import *
from fastai.nlp import *
from fastai.lm_rnn import *
Also the way fastai structure their modules (http://docs.fast.ai/index.html) seem to be different from what is used in this repo.
im6705, MathiasBryggerHansen, sajithdherath, firetix, newlife19891108 and 8 more