-
-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
docker can not use GPU #1244
Comments
I don't use Docker. The images tend to get updated by the community. I'm tagging @rushic24 who PR'd related #1232 in case he has any insights. In the meantime, please post the output of the following: From inside your virtual environment, inside your faceswap folder, run: python -c "from lib.sysinfo import sysinfo ; print(sysinfo)" and post output |
@xiaosefengyun |
Hey did you fix it? Whats your base nvidia and cuda version in the ubuntu OS? |
Using the docker-gpu of the latest master branch of faceswap, when running to
python faceswap/faceswap.py train -A aobamadst -B trupdst -m model/
it is found that nvidia-smi in docker is basically not used, and the cpu usage rate is 100%
The text was updated successfully, but these errors were encountered: