Notebooks Classificador

This commit is contained in:
DiogoCosta18
2026-05-14 16:20:33 +01:00
parent 9ae334410d
commit 2062a91985
734 changed files with 75472 additions and 1730 deletions
@@ -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
}