Testing VAE until it works - v1

This commit is contained in:
Johnny Fernandes
2026-05-02 18:38:55 +01:00
parent 6c1e939803
commit 02b1f7f16f
3 changed files with 13 additions and 12 deletions
@@ -5,6 +5,6 @@
"lr_d": 1e-4,
"beta_kl": 0.25,
"lambda_perceptual": 0.1,
"lambda_adversarial": 0.1,
"lambda_adversarial": 0.01,
"ndf_patch": 64
}