-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'module' object has no attribute 'onemodel_v42_7' #4
Comments
I met the same problem. And fortunately there is no missing files, but some naming errors. |
Thanks. But after changing it to onemodel_sg-one, the new error name "onemodel_sg' is not defined comes out from train_frame.py line 62 model = eval(args.arch).OneModel(args). Did you meet the same error? Thank you. |
Sorry for the later response. @heyPooPy is right. Btw, I have updated the oneshot/init.py file. Thanks! |
sorry,I have met same problem with you.Do you deal with it? |
Did you solve it? |
I get this error, anyone knows how to fix it? Running parameters: { |
When I'm trying to run the scripts, it is giving the above-mentioned error.
Traceback (most recent call last):
File "train_frame.py", line 14, in
from oneshot import *
AttributeError: 'module' object has no attribute 'onemodel_v42_7'
I think that some files are missing. Can you help by providing the files?
Thanks
The text was updated successfully, but these errors were encountered: