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

GPU utilization is low and training is extremely slow #50

Open
JiangZQYW opened this issue Apr 29, 2021 · 1 comment
Open

GPU utilization is low and training is extremely slow #50

JiangZQYW opened this issue Apr 29, 2021 · 1 comment

Comments

@JiangZQYW
Copy link

I installed tf-gpu 1.15.0, my GPU utilization is about 20%, an iter will run for 10s, and a data set will run for about 13 days

@JiangZQYW
Copy link
Author

The problem has been resolved. My computer only has a 2080ti, and in main.py
os.environ["CUDA_VISIBLE_DEVICES"] = "1"

Change it to
os.environ["CUDA_VISIBLE_DEVICES"] = "0"

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