Fingerspelling embedding + ClearML

This commit is contained in:
Victor Mylle
2023-05-21 20:30:12 +00:00
parent 2cbf11eb00
commit bd2b848eac
26 changed files with 2465 additions and 176 deletions

View File

@@ -81,4 +81,7 @@ def get_default_args():
help="Enables batching grouping scheduler if > 0. Defines threshold for when to decay the \
distance threshold of the batch sorter")
parser.add_argument("--finetune", action='store_true', default=False, help="Fintune the model")
parser.add_argument("--checkpoint_path", type=str, default="")
return parser