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
File "", line 1, in
runfile('D:/PhD/Literature/NeuroNER-master/src/main.py', wdir='D:/PhD/Literature/NeuroNER-master/src')
File "C:\ProgramData\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 827, in runfile
execfile(filename, namespace)
File "C:\ProgramData\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 110, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
File "D:/PhD/Literature/NeuroNER-master/src/main.py", line 446, in
main()
File "D:/PhD/Literature/NeuroNER-master/src/main.py", line 395, in main
evaluate.evaluate_model(results, dataset, y_pred, y_true, stats_graph_folder, epoch_number, epoch_start_time, output_filepaths, parameters)
File "D:\PhD\Literature\NeuroNER-master\src\evaluate.py", line 256, in evaluate_model
conll_parsed_output = utils_nlp.get_parsed_conll_output(conll_output_filepath)
File "D:\PhD\Literature\NeuroNER-master\src\utils_nlp.py", line 54, in get_parsed_conll_output
line = conll_output[1].split()
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
conll_output = [l.rstrip().replace('%','').replace(';','').replace(':', '').strip() for l in codecs.open(conll_output_filepath, 'r', 'utf8')]
parsed_output = {}
line = conll_output[1].split()
File "", line 1, in
runfile('D:/PhD/Literature/NeuroNER-master/src/main.py', wdir='D:/PhD/Literature/NeuroNER-master/src')
File "C:\ProgramData\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 827, in runfile
execfile(filename, namespace)
File "C:\ProgramData\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 110, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
File "D:/PhD/Literature/NeuroNER-master/src/main.py", line 446, in
main()
File "D:/PhD/Literature/NeuroNER-master/src/main.py", line 395, in main
evaluate.evaluate_model(results, dataset, y_pred, y_true, stats_graph_folder, epoch_number, epoch_start_time, output_filepaths, parameters)
File "D:\PhD\Literature\NeuroNER-master\src\evaluate.py", line 256, in evaluate_model
conll_parsed_output = utils_nlp.get_parsed_conll_output(conll_output_filepath)
File "D:\PhD\Literature\NeuroNER-master\src\utils_nlp.py", line 54, in get_parsed_conll_output
line = conll_output[1].split()
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: