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
Hi there! Great repo. I was trying to train the conll 2003 on the default conll_03_english.yaml and got this error.
Traceback (most recent call last):
File "train.py", line 397, in <module>
getattr(trainer,'train')(**train_config)
File "/scratch/zt1/project/dmanocha-prj/user/sreyang/acl_baseline/ACE/flair/trainers/reinforcement_trainer.py", line 827, in train
if macro_avg:
File "/scratch/zt1/project/dmanocha-prj/user/sreyang/acl_baseline/ACE/flair/trainers/reinforcement_trainer.py", line 827, in train
if macro_avg:
File "/home/sreyang/scratch/anaconda3/envs/ace/lib/python3.8/bdb.py", line 88, in trace_dispatch
return self.dispatch_line(frame)
File "/home/sreyang/scratch/anaconda3/envs/ace/lib/python3.8/bdb.py", line 113, in dispatch_line
if self.quitting: raise BdbQuit
bdb.BdbQuit
The text was updated successfully, but these errors were encountered:
Hi there! Great repo. I was trying to train the conll 2003 on the default conll_03_english.yaml and got this error.
The text was updated successfully, but these errors were encountered: