Phase 5 preparation
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"run_name": "p5_gan",
|
||||
"model": "wgan",
|
||||
"epochs": 200,
|
||||
"epochs": 400,
|
||||
"data_dir": "cropped/generator",
|
||||
"sources": ["wiki"],
|
||||
"augment": true,
|
||||
"image_size": 128,
|
||||
"image_size": 64,
|
||||
"latent_dim": 128,
|
||||
"ngf": 128,
|
||||
"ndf": 128,
|
||||
@@ -17,5 +17,7 @@
|
||||
"gp_lambda": 10,
|
||||
"sample_interval": 10,
|
||||
"fid_interval": 25,
|
||||
"fid_n_real": 5000
|
||||
"fid_n_real": 5000,
|
||||
"max_train_hours": 24,
|
||||
"fid_patience": 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user