-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Atrribute Error while importing tez #21
Comments
which version of torch are you using? |
i am using 1.8.0, which was automatically installed when i installed tez |
yeah, i might need to fix that. 1.7.1 should work fine. if you could use it, it would be great. for 1.8, ill make a new release soon. |
Ok sure, thanks for such a fast reply. Loved your book btw as well as your videos. |
I encountered this error To solve this error I simply removed "warnings.filterwarnings("ignore", message=torch.optim.lr_scheduler.SAVE_STATE_WARNING)" line from tez/tez/model/model.py After changing this my program worked properly. |
when i try to import tez using - import tez. I am encountering this error
AttributeError: module 'torch.optim.lr_scheduler' has no attribute 'SAVE_STATE_WARNING'
The text was updated successfully, but these errors were encountered: