1.0.47-post 1, AttributeError: 'AWD_LSTM' object has no attribute 'n_dir'

After I import my previous trained model in 1.0.42 and use it to predicting, I got an err that "AttributeError: ‘AWD_LSTM’ object has no attribute ‘n_dir’. It was doing well in 1.0.42.

LM_learn.predict(‘HYDROCARBON test’, n_words=10)

I re-exported the model under new version of 1.0.48, and the model works again.

Thanks the platform though no any answer.:slight_smile::joy: