Skip to content

Commit d74d3dd

Browse files
committed
store lpips weights TODO
1 parent 22cf7d7 commit d74d3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/src/applications/lpips.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
WEIGHTS_PATH = (
1111
"https://storage.googleapis.com/tensorflow/keras-applications/"
1212
"lpips/lpips_vgg16_weights.h5"
13-
)
13+
) # TODO: store weights at this location
1414

1515

1616
def vgg_backbone(layer_names):

0 commit comments

Comments
 (0)