Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bdb.BdbQuit error while training conll 2003 #53

Open
Sreyan88 opened this issue Jan 4, 2023 · 1 comment
Open

bdb.BdbQuit error while training conll 2003 #53

Sreyan88 opened this issue Jan 4, 2023 · 1 comment

Comments

@Sreyan88
Copy link

Sreyan88 commented Jan 4, 2023

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
Copy link
Member

Please remove line 826

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants