Adding legacy code from before the refactor just for historical reasons

This commit is contained in:
Johnny Fernandes
2026-05-04 22:29:41 +01:00
parent a235dfd5f8
commit 5da86fadbc
79 changed files with 1685 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"extends": "_base_phase0.json",
"run_name": "p0_wgan",
"model": "wgan",
"latent_dim": 128,
"ngf": 64,
"ndf": 64,
"epochs": 200,
"lr_g": 0.0001,
"lr_d": 0.0001,
"beta1": 0.0,
"beta2": 0.9,
"n_critic": 5,
"gp_lambda": 10,
"subsample": 1.0,
"sample_interval": 10
}