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
There is a name error in your code when running, on line 74 of train_transformer_eval.py.
import models2
model_class = getattr(models, model_name)
There is no variable defined as "models"
Thanks for giving help.