Trying a few different VAE settings v2

This commit is contained in:
Johnny Fernandes
2026-05-02 02:20:40 +01:00
parent 5c047e4de7
commit ec680d0288
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "_base_phase3.json",
"run_name": "p3_1_vae",
"lr": 5e-4,
"beta_kl": 0.005,
"beta_kl": 0.5,
"lambda_perceptual": 0.0,
"lambda_adversarial": 0.0
}