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
I got an error in this line while running comet explainable: python explainable-metrics/explain_comet.py -m COMET/wmt22-comet-da/checkpoints/model.ckpt -t ende-2021-concat.csv --batch_size 8
raise AttributeError(f"'{type(self).name}' object has no attribute '{name}'")
AttributeError: 'XLMREncoder' object has no attribute 'add_span_tokens'
Hi @kepler
COMET/explainable-metrics/explain_unite.py
Line 277 in 770c290
I got an error in this line while running comet explainable:
python explainable-metrics/explain_comet.py -m COMET/wmt22-comet-da/checkpoints/model.ckpt -t ende-2021-concat.csv --batch_size 8
raise AttributeError(f"'{type(self).name}' object has no attribute '{name}'")
AttributeError: 'XLMREncoder' object has no attribute 'add_span_tokens'
requirements.txt
The text was updated successfully, but these errors were encountered: