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 6aad1a38f5 - Show all commits

View File

@ -98,7 +98,7 @@ if __name__ =="__main__":
"/root/training_data/vision-dataset/image_vec_upscaler.parquet"
],
'transform': transforms.Compose([transforms.ToTensor()]),
'samples_per_file': 2500
'samples_per_file': 5000
}
trainer.load_data(dataset_params=dataset_params, batch_size=1)