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

Pytorch models needs two warmup runs #114

Closed
kkontny opened this issue Mar 18, 2022 · 1 comment
Closed

Pytorch models needs two warmup runs #114

kkontny opened this issue Mar 18, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kkontny
Copy link
Contributor

kkontny commented Mar 18, 2022

Pytorch on first run of the model gathers profiling data for graph optimization which occurs on second run. Each of this runs can take several seconds which can bias the performance results. First two runs in Pytorch should be dropped from performance calculations.

@kkontny
Copy link
Contributor Author

kkontny commented May 27, 2022

I think this is implemented right now, closing.

@kkontny kkontny closed this as completed May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants