mangaaa / configs /train_config.json
Keiser41's picture
Update configs/train_config.json
9fa0a27
raw
history blame
No virus
237 Bytes
{
"generator_lr" : 1e-4,
"discriminator_lr" : 4e-4,
"epochs" : 3000,
"lr_decrease_epoch" : 2500,
"finetuning_generator_lr" : 1e-6,
"finetuning_iterations" : 8500,
"batch_size" : 10,
"number_of_mults" : 1
}