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.
1 parent 3feb39c commit dd75e9bCopy full SHA for dd75e9b
micro_sam/util.py
@@ -520,7 +520,7 @@ def precompute_image_embeddings(
520
if key not in f.attrs or f.attrs[key] != val:
521
warnings.warn(
522
f"Embeddings file {save_path} is invalid due to unmatching {key}: "
523
- f"{f.atrs[key]} != {val}.Please recompute embeddings in a new file."
+ f"{f.attrs[key]} != {val}.Please recompute embeddings in a new file."
524
)
525
if wrong_file_callback is not None:
526
save_path = wrong_file_callback(save_path)
0 commit comments