Files
DRL_PROJ/generator/configs/phase5/p5_gan.json
T
Johnny Fernandes 8c0e845b5c Phase 5 preparation
2026-05-03 15:47:13 +01:00

24 lines
424 B
JSON

{
"run_name": "p5_gan",
"model": "wgan",
"epochs": 400,
"data_dir": "cropped/generator",
"sources": ["wiki"],
"augment": true,
"image_size": 64,
"latent_dim": 128,
"ngf": 128,
"ndf": 128,
"lr_g": 1e-4,
"lr_d": 1e-4,
"beta1": 0.0,
"beta2": 0.9,
"n_critic": 2,
"gp_lambda": 10,
"sample_interval": 10,
"fid_interval": 25,
"fid_n_real": 5000,
"max_train_hours": 24,
"fid_patience": 2
}