Closed harirajeev closed 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
got this working, looks like there was no sufficient data and hence i was getting this error. thanks
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