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
Related to Model/Framework(s) The training script is from https://github.com/NVIDIA/DeepLearningExamples/blob/master/TensorFlow/Classification/RN50v1.5/main.py
Describe the bug on https://docs.nvidia.com/deeplearning/performance/mixed-precision-training/index.html#stories_tensorflow Mixed precision of different models are given as follows.
While training performance results on this repo is different: https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Classification/RN50v1.5#training-performance-benchmark
We can see that the mixed precision is 2.2 on this repository, but 3.3 on Nvidia's another site.
To Reproduce Just read the documentation is enough
Expected behavior Give consistent benchmark result.
Environment Please provide at least:
The text was updated successfully, but these errors were encountered:
hXl3s
No branches or pull requests
Related to Model/Framework(s)
The training script is from https://github.com/NVIDIA/DeepLearningExamples/blob/master/TensorFlow/Classification/RN50v1.5/main.py
Describe the bug
on https://docs.nvidia.com/deeplearning/performance/mixed-precision-training/index.html#stories_tensorflow Mixed precision of different models are given as follows.
While training performance results on this repo is different:
https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Classification/RN50v1.5#training-performance-benchmark
We can see that the mixed precision is 2.2 on this repository, but 3.3 on Nvidia's another site.
To Reproduce
Just read the documentation is enough
Expected behavior
Give consistent benchmark result.
Environment
Please provide at least:
The text was updated successfully, but these errors were encountered: