NeuroNER
NeuroNER copied to clipboard
Weight sum to zero, can't be normalized
Hi Frank.
Im trying to train a new model using spacy in spanish, spanish dataset and a pre trained spanish model, but when i start NeuroNER it works fine until the plot generation. Can you help me with this problem.
Evaluate model on the valid set processed 11796 tokens with 168 phrases; found: 6206 phrases; correct: 28. accuracy: 43.51%; precision: 0.45%; recall: 16.67%; FB1: 0.88 Discapacity: precision: 0.45%; recall: 16.67%; FB1: 0.88 6206
Generating plots for the train set
Traceback (most recent call last):
File "main.py", line 250, in
Hello,
I recently ran into this problem myself. The reason to why I got it was that either my Train, Valid or Test set did not have any correct .ann-file (with the "true" annotations). Double check that all files have an .ann file (that isn't empty) for your Train, Valid and Test set.