guillaumegenthial / tf_ner

Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
Apache License 2.0
923 stars 275 forks source link

OutOfRangeError (see above for traceback): End of sequence #35

Closed harirajeev closed 5 years ago

harirajeev commented 5 years ago

I am trying to run the code with out making any changes and hitting below error from (chars_conv_lstm_crf/main.py)

OutOfRangeError (see above for traceback): End of sequence [[{{node IteratorGetNext}} = IteratorGetNext_class=["loc:@cond/sub/Switch"], output_shapes=[[?,?], [?], [?,?,?], [?,?], [?,?]], output_types=[DT_STRING, DT_INT32, DT_STRING, DT_INT32, DT_STRING], _device="/job:localhost/replica:0/task:0/device:CPU:0"]]

TF version : 1.11.0rc2

Do you know why this error appears ?.

thanks

harirajeev commented 5 years ago

got this working, looks like there was no sufficient data and hence i was getting this error. thanks