Phase 5 preparation

This commit is contained in:
Johnny Fernandes
2026-05-03 15:47:13 +01:00
parent bac52bc15e
commit 8c0e845b5c
16 changed files with 197 additions and 298 deletions
+4 -2
View File
@@ -1,7 +1,7 @@
{
"run_name": "p5_ddpm",
"model": "ddpm",
"epochs": 200,
"epochs": 400,
"data_dir": "cropped/generator",
"sources": ["wiki"],
"augment": "hflip",
@@ -18,5 +18,7 @@
"ddim_steps": 100,
"sample_interval": 10,
"fid_interval": 25,
"fid_n_real": 5000
"fid_n_real": 5000,
"max_train_hours": 24,
"fid_patience": 2
}