We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--gallery_embeddings
1 parent 405c965 commit b61ea61Copy full SHA for b61ea61
evaluate.py
@@ -37,7 +37,7 @@
37
38
parser.add_argument(
39
'--gallery_embeddings', required=True,
40
- help='Path to the h5 file containing the query embeddings.')
+ help='Path to the h5 file containing the gallery embeddings.')
41
42
43
'--metric', required=True, choices=loss.cdist.supported_metrics,
0 commit comments