mt3
mt3 copied to clipboard
Error when I run Imports and Definitions
When I run Imports and Definitions I get the following error: ModuleNotFoundError Traceback (most recent call last)
4 frames
/usr/local/lib/python3.7/dist-packages/t5/evaluation/metrics.py in
ModuleNotFoundError: No module named 'rouge_score' I pip rouge_score as requested. But it still goes wrong.
pip install rouge-score==0.0.4