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 e298ac4c45 - Show all commits

View File

@ -138,7 +138,7 @@ def main():
val_parquet_path = "/root/training_data/vision-dataset/image_vec_upscaler.parquet"
# Load pretrained model
model = AIIA.load("/root/vision/AIIA/AIIA-base-512")
model = AIIABase.load("/root/vision/AIIA/AIIA-base-512")
# Add final upsampling layer if needed (depending on your specific architecture)
if hasattr(model, 'chunked_'):