-
Notifications
You must be signed in to change notification settings - Fork 439
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 scripts.inference #210
Comments
cd scripts and create empty _ _ init _ _ .py |
or just try to run it by python scripts/inference --inference_config configs/inference/test.yaml |
thx,bro. I tried running the program using this method and eventually found that my MMCV framework doesn't seem to match. My current CUDA version is 12.3, but the MMCV prompt version is 11. Is it necessary to downgrade CUDA? The detected CUDA version (12.3) mismatches the version that was used to compile |
you can first try to use conda for managing cuda environment. if not works, try to use devcontainer in vscode. |
conda create -> conda activate -> python3 -m pip install pytorch and pytorch-cuda, .... |
Do you mean to create a new conda environment, point to the corresponding pytorch version (11), and then deploy it? |
python -m scripts.inference --inference_config configs/inference/test.yaml
error message : No module named scripts.inference
but , i used pip install scripts , and successed this install.
its same error message。
The text was updated successfully, but these errors were encountered: