finetune_class #1
|
@ -138,7 +138,7 @@ def main():
|
||||||
val_parquet_path = "/root/training_data/vision-dataset/image_vec_upscaler.parquet"
|
val_parquet_path = "/root/training_data/vision-dataset/image_vec_upscaler.parquet"
|
||||||
|
|
||||||
# Load pretrained model
|
# 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)
|
# Add final upsampling layer if needed (depending on your specific architecture)
|
||||||
if hasattr(model, 'chunked_'):
|
if hasattr(model, 'chunked_'):
|
||||||
|
|
Loading…
Reference in New Issue