VAE refactor

This commit is contained in:
Johnny Fernandes
2026-05-02 00:32:45 +01:00
parent 1a7f67ab9c
commit c7804d2984
43 changed files with 1140 additions and 1064 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.05,
"lambda_perceptual": 0.1,
"lambda_adversarial": 0.1,
"ndf_patch": 64