Manga / configs /train_config.json
Keiser41's picture
Upload 47 files
62456b0
raw
history blame contribute delete
No virus
232 Bytes
{
"generator_lr" : 1e-4,
"discriminator_lr" : 4e-4,
"epochs" : 15,
"lr_decrease_epoch" : 10,
"finetuning_generator_lr" : 1e-6,
"finetuning_iterations" : 3500,
"batch_size" : 1,
"number_of_mults" : 1
}