manually loading the correct modle again

This commit is contained in:
Falko Victor Habel 2025-02-05 21:27:42 +01:00
parent de6a67cb4e
commit e298ac4c45
1 changed files with 1 additions and 1 deletions

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_'):