NER-RNN icon indicating copy to clipboard operation
NER-RNN copied to clipboard

Named Entity Recognition using Recurrent Neural Networks in Tensorflow and TFLearn

Results 5 NER-RNN issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "C:/Users/weihao/Desktop/NER-RNN-master/NerMulti.py", line 213, in X_train, y_train = get_input(BASE_DIR+"/eng.train") File "C:/Users/weihao/Desktop/NER-RNN-master/NerMulti.py", line 145, in get_input return np.asarray(sentence), sentence_tag File "D:\Anaconda3\envs\tensorflow\lib\site-packages\numpy\core\numeric.py", line 531, in asarray return...

PRE_EMB size 22518 max sentence size is : 30 Traceback (most recent call last): File "NerMulti.py", line 213, in X_train, y_train = get_input(BASE_DIR+"/eng.train") File "NerMulti.py", line 125, in get_input temp...

Hello, Could you explain why do you define a loss function (cost) instead of using a pre-defined one in TFLearn? Thanks!

Can you please tell which tensorflow version have you used for your repo? The current version as well as `tensorflow==0.11.0` are giving many errors

--------------------------------- Run id: IOM5G7 Log directory: /tmp/tflearn_logs/ --------------------------------- Training samples: 14987 Validation samples: 3467 -- E tensorflow/core/util/events_writer.cc:62] Could not open events file: /tmp/tflearn_logs/IOM5G7/events.out.tfevents.1478962669.rzai00: Resource exhausted: /tmp/tflearn_logs/IOM5G7/events.out.tfevents.1478962669.rzai00h: 000 | loss: nan...