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
+5 -3
View File
@@ -1,11 +1,11 @@
{
"run_name": "p5_gan",
"model": "wgan",
"epochs": 200,
"epochs": 400,
"data_dir": "cropped/generator",
"sources": ["wiki"],
"augment": true,
"image_size": 128,
"image_size": 64,
"latent_dim": 128,
"ngf": 128,
"ndf": 128,
@@ -17,5 +17,7 @@
"gp_lambda": 10,
"sample_interval": 10,
"fid_interval": 25,
"fid_n_real": 5000
"fid_n_real": 5000,
"max_train_hours": 24,
"fid_patience": 2
}