We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "temp.py", line 24, in LPIPS += loss_fn_alex(x, y) File"anaconda3/lib/python3.8/sitepackages/torch/nn/modules/module.py", line 1102, in_call_impl return forward_call(*input, **kwargs) File "code1/lpips.py", line 128, in forward feats0[kk], feats1[kk] = lpips.normalize_tensor(outs0[kk]), lpips.normalize_tensor(outs1[kk]) AttributeError: module 'lpips' has no attribute 'normalize_tensor'
The text was updated successfully, but these errors were encountered:
I also had this problem, have you solved it please?
Sorry, something went wrong.
No branches or pull requests
Traceback (most recent call last):
File "temp.py", line 24, in
LPIPS += loss_fn_alex(x, y)
File"anaconda3/lib/python3.8/sitepackages/torch/nn/modules/module.py", line 1102, in_call_impl
return forward_call(*input, **kwargs)
File "code1/lpips.py", line 128, in forward
feats0[kk], feats1[kk] = lpips.normalize_tensor(outs0[kk]), lpips.normalize_tensor(outs1[kk])
AttributeError: module 'lpips' has no attribute 'normalize_tensor'
The text was updated successfully, but these errors were encountered: