We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22cf7d7 commit d74d3ddCopy full SHA for d74d3dd
keras/src/applications/lpips.py
@@ -10,7 +10,7 @@
10
WEIGHTS_PATH = (
11
"https://storage.googleapis.com/tensorflow/keras-applications/"
12
"lpips/lpips_vgg16_weights.h5"
13
-)
+) # TODO: store weights at this location
14
15
16
def vgg_backbone(layer_names):
0 commit comments