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
Hi,
I ran your code on a single GPU, which is NVIDIA GeForce GTX 1080Ti, but training 24 epochs took me nearly 4 minutes.
I did not change anything in your code except two paths.
Is that we have to configure something before we run your model ?
Thank you.
The text was updated successfully, but these errors were encountered:
A V100 vs the 1080ti will make a big difference I believe, because of the half precision stuff
Sorry, something went wrong.
The GPU makes a huge difference. For example, the 1080 Ti actually has worse GFLOPS with half precision compared to single precision (177 vs 10,339 GFLOPS). I think the reasoning was that NVIDIA would still be able to sell data center GPUs.
No branches or pull requests
Hi,
I ran your code on a single GPU, which is NVIDIA GeForce GTX 1080Ti, but training 24 epochs took me nearly 4 minutes.
I did not change anything in your code except two paths.
Is that we have to configure something before we run your model ?
Thank you.
The text was updated successfully, but these errors were encountered: