Alibaba-NLP / ACE

[ACL-IJCNLP 2021] Automated Concatenation of Embeddings for Structured Prediction
Other
296 stars 44 forks source link

bdb.BdbQuit error while training conll 2003 #53

Open Sreyan88 opened 1 year ago

Sreyan88 commented 1 year ago

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
wangxinyu0922 commented 1 year ago

Please remove line 826