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
building word index...
source vocabulary file has already existed, continue to next stage.
target vocabulary file has already existed, continue to next stage.
loading word embedding, it will take few minutes...
Traceback (most recent call last):
File "/home/ontoweb/wanglixia/NER-BiRNN-CRF-shiyybua/rnn.py", line 189, in
iterator = get_predict_iterator(src_vocab_table, vocab_size, BATCH_SIZE)
File "/home/ontoweb/wanglixia/NER-BiRNN-CRF-shiyybua/utils.py", line 231, in get_predict_iterator
pred_dataset = tf.contrib.data.TextLineDataset(pred_file)
AttributeError: 'module' object has no attribute 'TextLineDataset'
,不知道该怎么解决
The text was updated successfully, but these errors were encountered:
building word index...
source vocabulary file has already existed, continue to next stage.
target vocabulary file has already existed, continue to next stage.
loading word embedding, it will take few minutes...
Traceback (most recent call last):
File "/home/ontoweb/wanglixia/NER-BiRNN-CRF-shiyybua/rnn.py", line 189, in
iterator = get_predict_iterator(src_vocab_table, vocab_size, BATCH_SIZE)
File "/home/ontoweb/wanglixia/NER-BiRNN-CRF-shiyybua/utils.py", line 231, in get_predict_iterator
pred_dataset = tf.contrib.data.TextLineDataset(pred_file)
AttributeError: 'module' object has no attribute 'TextLineDataset'
,不知道该怎么解决
The text was updated successfully, but these errors were encountered: