We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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"
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: