import lpips.lpips_tf failed.
clinton81 opened this issue · 4 comments
clinton81 commented
Failed in models.py line 3: import lpips.lpips_tf.
No module named 'lpips_tf'.
tancik commented
Make sure that you clone the submodules,
git clone --recurse-submodules https://github.com/tancik/StegaStamp.git
If you have already cloned the repo without the submodules, run
git submodule update --init
Ruslanmlnkv commented
I'm not shure, but lpips_tf works via this now:
import lpips_tf
It don't work via import lpips.lpips_tf now. Maybe modul was updated?
Litchichu commented
Dear sir, I have met the same promblem. Have you solved it?
6naykai commented
you can use
from lpips.lpips import lpips as lp