Trying a few different VAE settings

This commit is contained in:
Johnny Fernandes
2026-05-02 00:32:45 +01:00
parent 1a7f67ab9c
commit f89d7dcfda
6 changed files with 71 additions and 43 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{
"extends": "_base_phase3.json",
"run_name": "p3_1_vae",
"lr": 1e-3,
"beta_kl": 1.0,
"lr": 5e-4,
"beta_kl": 0.005,
"lambda_perceptual": 0.0,
"lambda_adversarial": 0.0
}