Phase 5 fixing VAE implementation

This commit is contained in:
Johnny Fernandes
2026-05-03 22:21:21 +01:00
parent bda0745ecc
commit 801bb85258
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"lr_d": 1e-4,
"beta_kl": 0.25,
"lambda_perceptual": 0.1,
"lambda_adversarial": 0.1,
"lambda_adversarial": 0.01,
"ndf_patch": 64,
"sample_interval": 10,
"fid_interval": 25,