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
@@ -1,9 +1,9 @@
{
"extends": "_base_phase3.json",
"run_name": "p3_3_vae_patchgan",
"lr": 1e-3,
"lr": 5e-4,
"lr_d": 1e-4,
"beta_kl": 0.0001,
"beta_kl": 0.005,
"lambda_perceptual": 0.1,
"lambda_adversarial": 0.1,
"ndf_patch": 64