15 lines
236 B
JSON
15 lines
236 B
JSON
{
|
|
"extends": "_base_phase2.json",
|
|
"run_name": "p2_2_wgan",
|
|
"model": "wgan_basic",
|
|
"latent_dim": 128,
|
|
"ngf": 64,
|
|
"ndf": 64,
|
|
"lr_g": 1e-4,
|
|
"lr_d": 1e-4,
|
|
"beta1": 0.0,
|
|
"beta2": 0.9,
|
|
"n_critic": 2,
|
|
"gp_lambda": 10
|
|
}
|