When working though this notebook:
https://www.kaggle.com/code/jhoward/first-steps-road-to-the-top-part-1
line:
learn = vision_learner(dls, ‘resnet26d’, metrics=error_rate, path=‘.’).to_fp16()
I’m getting the following error:
RuntimeError: Hugging Face hub model specified but package not installed. Run
pip install huggingface_hub
.
However when I run pip install huggingface_hub I get a message that the requirement is already satisfied.
Requirement already satisfied: huggingface_hub in /opt/conda/lib/python3.7/site-packages (0.5.1)