-
Notifications
You must be signed in to change notification settings - Fork 502
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 'lpips' has no attribute 'LPIPS' #103
Comments
I have same problem. |
I don't know if you have the same cause, but my problem is solved. |
Genius! :) |
Check & Rename the existing |
That's why,Thank you |
这是来自QQ邮箱的假期自动回复邮件。您好!您的来信我已收到,我将认真阅读邮件并及时予以您答复!谢谢!
|
I have done a
pip install lpips
as instructed in the repo's README and copied an pasted the example code given:but I keep getting the following error:
I know that it is installed, because I can right click on
LPIPS
in my IDE and it takes me to the source code, so I am confused as to why I am getting that attribute error.I can see someone else had the same issue before me, but the issue is closed without any explanation as to how it may have been solved.
The text was updated successfully, but these errors were encountered: