NeuroNER
NeuroNER copied to clipboard
ZeroDivisionError: Weights sum to zero, can't be normalized
Hi,
I'm facing the following error, while testing on unannotated example using my custom model:
Generating plots for the test set
Traceback (most recent call last):
File "main.py", line 251, in
Could anyone please help ?
Regards, Kiran.
Any clues on this ?
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.