PyTorch
GainPro / config.json
diogo-ferreira-2002's picture
Upload 3 files
0ebcc5e verified
raw
history blame contribute delete
286 Bytes
{
"model_name" : "gain_dann",
"input_dim" : 3013,
"latent_dim" : 3013,
"n_class" : 17,
"lr_D": 0.001,
"lr_G": 0.001,
"num_iterations": 2001,
"batch_size": 128,
"alpha": 10,
"miss_rate": 0.1,
"override": 0,
"output_all": 0
}