deepnlp
deepnlp copied to clipboard
train process set num_steps to 30, why test process set num_step to 1?
I'm a bit confuse to num_step. But when training the model, num_step is set to 30. So in lstm model, num_step is 30. Why you set num_step to 1 in pos_tagger.py when initialize pos tagger model.