Skip to content

Commit

Permalink
fix bug, closing #225
Browse files Browse the repository at this point in the history
  • Loading branch information
zqwerty committed Jan 12, 2022
1 parent 211d271 commit ad32b76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion convlab2/nlu/jointBERT/multiwoz/nlu.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def __init__(self, mode='all', config_file='multiwoz_all_context.json',
self.model = model
self.use_context = config['model']['context']
self.dataloader = dataloader
self.nlp = spacy.load('en_core_web_sm')
try:
self.nlp = spacy.load("en_core_web_sm")
except Exception:
Expand Down

0 comments on commit ad32b76

Please sign in to comment.