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
+12
View File
@@ -0,0 +1,12 @@
{
"extends": "_base_phase0.json",
"run_name": "p0_vae",
"model": "vae",
"latent_dim": 256,
"epochs": 100,
"lr": 0.0005,
"beta": 1.0,
"perceptual_weight": 0.1,
"subsample": 1.0,
"sample_interval": 5
}