From d151c08fde5c3162d1bac5e252881b702d6d166d Mon Sep 17 00:00:00 2001 From: mertalev <101130780+mertalev@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:35:26 -0400 Subject: [PATCH] remove outdated tag score --- machine-learning/locustfile.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/machine-learning/locustfile.py b/machine-learning/locustfile.py index 7bf8c3909d..9a07a99688 100644 --- a/machine-learning/locustfile.py +++ b/machine-learning/locustfile.py @@ -14,12 +14,6 @@ byte_image = BytesIO() def _(parser: ArgumentParser) -> None: parser.add_argument("--clip-model", type=str, default="ViT-B-32::openai") parser.add_argument("--face-model", type=str, default="buffalo_l") - parser.add_argument( - "--tag-min-score", - type=int, - default=0.0, - help="Returns all tags at or above this score. The default returns all tags.", - ) parser.add_argument( "--face-min-score", type=int,