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 don't know if you have the same cause, but my problem is solved.
I had named the file lpips.py to test lpips, so import lpips imported lpips.py itself, causing a circular reference.
After changing the file name to lpips_test.py, it worked.
after pip install lpips ,and run the demo,there is a Error.
AttributterErro:moudle 'lpips' has no attribute LPIPS
The text was updated successfully, but these errors were encountered: