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
When trying to use the provided fastai2 model for anything but making single predictions using predict, I get the above error message. This happens in fastai version 2.7.10 and pytorch version 1.13.1. I assume that the loss function in the saved model is too old, so it does not yet have the label_smoothing attribute.
The text was updated successfully, but these errors were encountered:
I'll re-upload a version with fixed loss in a new release soon. Documentation for re-training should go to the repository and not into an (unrelated) issue.
When trying to use the provided fastai2 model for anything but making single predictions using
predict
, I get the above error message. This happens infastai
version 2.7.10 andpytorch
version 1.13.1. I assume that the loss function in the saved model is too old, so it does not yet have thelabel_smoothing
attribute.The text was updated successfully, but these errors were encountered: