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
it seems that the workload generated by AICB describes the behavior of a single GPU.
How can we use this workload to simulate the total training time for a complete step? I cannot find the corresponding code for this logic.
The text was updated successfully, but these errors were encountered:
it seems that the workload generated by AICB describes the behavior of a single GPU. How can we use this workload to simulate the total training time for a complete step? I cannot find the corresponding code for this logic.
Actually, in a normal training process, each GPU completes an iteration simultaneously (they synchronize at the end).
Sorry, something went wrong.
No branches or pull requests
it seems that the workload generated by AICB describes the behavior of a single GPU.
How can we use this workload to simulate the total training time for a complete step? I cannot find the corresponding code for this logic.
The text was updated successfully, but these errors were encountered: