finetune_class #1

Merged
Fabel merged 96 commits from finetune_class into develop 2025-02-26 12:13:09 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6b35463027 - Show all commits

View File

@ -392,7 +392,7 @@ class FineTuner:
if __name__ == "__main__":
# Load your model first
model = AIIABase.load("/root/vision/dataset/AIIA-base-512/")
model = AIIABase.load("/root/vision/dataset/AIIA-base-512")
trainer = FineTuner(
model=model,