config change

CUDA_VISIBLE_DEVICES=0 python train.py --config_path config.json --restore_path /data/shared/erogol_models/April-16-2018_01:29PM-41e942e/checkpoint_75576.pth.tar
pull/10/head
Eren Golge 2018-04-18 15:25:35 -07:00
parent 41e942eb04
commit 8e39ce128b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"embedding_size": 256,
"text_cleaner": "english_cleaners",
"epochs": 200,
"epochs": 500,
"lr": 0.002,
"warmup_steps": 4000,
"batch_size": 32,