develop #4

Merged
Fabel merged 103 commits from develop into main 2025-03-01 21:47:17 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 325faef9d5 - Show all commits

View File

@ -375,7 +375,7 @@ if __name__ == "__main__":
"/root/training_data/vision-dataset/image_upscaler.parquet",
"/root/training_data/vision-dataset/image_vec_upscaler.parquet"
],
batch_size=8, # Increased batch size
batch_size=2, # Increased batch size
learning_rate=1e-4 # Reduced initial LR
)