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
I have installed all the packages and still it is showing the error
Traceback (most recent call last): File "app.py", line 424, in <module> load_all_model() File "app.py", line 120, in load_all_model model = build_model(configs.squad.squad, download=True) AttributeError: 'Struct' object has no attribute 'squad'
The text was updated successfully, but these errors were encountered:
I have installed all the packages and still it is showing the error
Traceback (most recent call last): File "app.py", line 424, in <module> load_all_model() File "app.py", line 120, in load_all_model model = build_model(configs.squad.squad, download=True) AttributeError: 'Struct' object has no attribute 'squad'
The text was updated successfully, but these errors were encountered: