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
Tensorflow 2 (Keras 3.1.1) only supports .keras or .h5 files but the checkpoints for this repository seem to be for tensorflow 1.x? Running the test.py I'm seeing the following error
File format not supported: filepath=./models/vgg/exported. Keras 3 only supports V3 .kerasand.weights.h5files, or legacy V1/V2.h5 files. in lpips_tensorflow.py:22
The text was updated successfully, but these errors were encountered:
Tensorflow 2 (Keras 3.1.1) only supports .keras or .h5 files but the checkpoints for this repository seem to be for tensorflow 1.x? Running the test.py I'm seeing the following error
File format not supported: filepath=./models/vgg/exported. Keras 3 only supports V3
.kerasand
.weights.h5files, or legacy V1/V2
.h5files.
inlpips_tensorflow.py:22
The text was updated successfully, but these errors were encountered: