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

No module named 'sklearn.linear_model' #24

Open
fengjingchehu opened this issue Mar 22, 2024 · 0 comments
Open

No module named 'sklearn.linear_model' #24

fengjingchehu opened this issue Mar 22, 2024 · 0 comments

Comments

@fengjingchehu
Copy link

fengjingchehu commented Mar 22, 2024

LART-main$ CUDA_VISIBLE_DEVICES=2 python scripts/demo.py video.source="assets/jump.mp4" +half=True
Traceback (most recent call last):
File "/mnt/745425dc-5d5b-4490-9d38-57169dcb2ab3/wxl/LART-main/scripts/demo.py", line 12, in
from phalp.trackers.PHALP import PHALP
File "/home/user/anaconda3/envs/lart/lib/python3.10/site-packages/phalp/trackers/PHALP.py", line 19, in
from sklearn.linear_model import Ridge
ModuleNotFoundError: No module named 'sklearn.linear_model'

slowfast need scikit-learn instead of sklearn,so how can i solve such question ?

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

1 participant