Adding legacy code from before the refactor just for historical reasons
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "_base_phase0.json",
|
||||
"run_name": "p0_wgan",
|
||||
"model": "wgan",
|
||||
"latent_dim": 128,
|
||||
"ngf": 64,
|
||||
"ndf": 64,
|
||||
"epochs": 200,
|
||||
"lr_g": 0.0001,
|
||||
"lr_d": 0.0001,
|
||||
"beta1": 0.0,
|
||||
"beta2": 0.9,
|
||||
"n_critic": 5,
|
||||
"gp_lambda": 10,
|
||||
"subsample": 1.0,
|
||||
"sample_interval": 10
|
||||
}
|
||||
Reference in New Issue
Block a user