Preview of phase 2-5 implementation; needs a full check
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"run_name": "p5_vae",
|
||||
"model": "vae",
|
||||
"epochs": 200,
|
||||
"data_dir": "cropped/generator",
|
||||
"sources": ["wiki"],
|
||||
"augment": "hflip",
|
||||
"image_size": 64,
|
||||
"latent_dim": 256,
|
||||
"ngf": 64,
|
||||
"lr": 1e-3,
|
||||
"lr_d": 1e-4,
|
||||
"beta_kl": 0.0001,
|
||||
"lambda_perceptual": 0.1,
|
||||
"lambda_adversarial": 0.1,
|
||||
"ndf_patch": 64,
|
||||
"sample_interval": 10,
|
||||
"fid_interval": 25,
|
||||
"fid_n_real": 5000
|
||||
}
|
||||
Reference in New Issue
Block a user