train.sh in semantic_role_labeling cannot exit at the end
Created by: byzhang
It hangs when the last pass is trained, for the following settings:
- use_gpu = false, trainer_count=4
- use_gpu = true, trainer_count=4
- use_gpu = true, trainer_count=1
It can exit normally only when 4. use_gpu = false, trainer_count=1