upgaeed path for base model

This commit is contained in:
Falko Victor Habel 2025-01-31 16:04:54 +01:00
parent 13fb2b76c1
commit 6b35463027
1 changed files with 1 additions and 1 deletions

View File

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