aatkinson / deep-named-entity-recognition

Use RNNs to identify entities in news queries
56 stars 21 forks source link

Value Error #2

Open Mustyy opened 7 years ago

Mustyy commented 7 years ago

Using TensorFlow backend. Traceback (most recent call last): File "ner_train.py", line 16, in layer_arg = int(sys.argv[2]) ValueError: invalid literal for int() with base 10: 'news_tagged_data.txt'

When i run python3 ner_train.py wordvecs.txt news_tagged_data.txt