jayavardhanr / End-to-end-Sequence-Labeling-via-Bi-directional-LSTM-CNNs-CRF-Tutorial

Tutorial for End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF
121 stars 71 forks source link

epoch should start with 0 #6

Open rogerchen2020 opened 4 years ago

rogerchen2020 commented 4 years ago

this for loop should start with 0 instead of 1, otherwise the training miss one epoch.