Clean state
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"model": "dcgan",
|
||||
"image_size": 64,
|
||||
"latent_dim": 100,
|
||||
"ngf": 64,
|
||||
"ndf": 64,
|
||||
"epochs": 50,
|
||||
"lr_g": 2e-4,
|
||||
"lr_d": 2e-4,
|
||||
"beta1": 0.5,
|
||||
"beta2": 0.999,
|
||||
"augment": false
|
||||
}
|
||||
Reference in New Issue
Block a user