You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each batch contains a list of sentences which is determined by the parameter of batch size. In our experiments, we use batch size of 100 which means to include sentences whose total length is no greater than 100
(what i understand
Total length is no greater than 100 means : Sentence length including white space should less then 100
i.e this sentence "LSTM CRF" length is 8 as it include 8 character in it ) am i Right?
The text was updated successfully, but these errors were encountered:
ahmadshabbir2468
changed the title
batch size is creating confusion ?
batch size is creating confusion [ when we compare with Research Paper ]
Aug 19, 2019
Research Paper Says :
Each batch contains a list of sentences which is determined by the parameter of batch size. In our experiments, we use batch size of 100 which means to include sentences whose total length is no greater than 100
(what i understand
Total length is no greater than 100 means : Sentence length including white space should less then 100
i.e this sentence "LSTM CRF" length is 8 as it include 8 character in it ) am i Right?
[](Research Paper links https://arxiv.org/pdf/1508.01991.pdf)
what should we do for long sentence ??
lstm_crf main.py
The text was updated successfully, but these errors were encountered: