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

Allow user defined warm-up iterations #189

Closed

Conversation

shengfukevin
Copy link
Contributor

Summary: Allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Differential Revision: D66801912

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 5, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

shengfukevin added a commit to shengfukevin/param that referenced this pull request Dec 5, 2024
Summary:

Allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Differential Revision: D66801912
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

shengfukevin added a commit to shengfukevin/param that referenced this pull request Dec 5, 2024
Summary:

Allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Differential Revision: D66801912
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

shengfukevin added a commit to shengfukevin/param that referenced this pull request Dec 5, 2024
Summary:

Allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Differential Revision: D66801912
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

shengfukevin added a commit to shengfukevin/param that referenced this pull request Dec 5, 2024
Summary:

Allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Differential Revision: D66801912
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

shengfukevin added a commit to shengfukevin/param that referenced this pull request Dec 10, 2024
… iterations (facebookresearch#189)

Summary:

Meta production is on Python 3.10. PARAM lint is still on 3.8. I saw Lint reported some issues related to type hint syntax. To fix it, I upgrade python to 3.10.

ALso changed the option to allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Reviewed By: kingchc

Differential Revision: D66801912
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

shengfukevin added a commit to shengfukevin/param that referenced this pull request Dec 10, 2024
… iterations (facebookresearch#189)

Summary:

Meta production is on Python 3.10. PARAM lint is still on 3.8. I saw Lint reported some issues related to type hint syntax. To fix it, I upgrade python to 3.10.

ALso changed the option to allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Reviewed By: kingchc

Differential Revision: D66801912
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

shengfukevin added a commit to shengfukevin/param that referenced this pull request Dec 10, 2024
… iterations (facebookresearch#189)

Summary:

Meta production is on Python 3.10. PARAM lint is still on 3.8. I saw Lint reported some issues related to type hint syntax. To fix it, I upgrade python to 3.10.

ALso changed the option to allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Reviewed By: kingchc

Differential Revision: D66801912
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

shengfukevin added a commit to shengfukevin/param that referenced this pull request Dec 10, 2024
… iterations (facebookresearch#189)

Summary:

Meta production is on Python 3.10. PARAM lint is still on 3.8. I saw Lint reported some issues related to type hint syntax. To fix it, I upgrade python to 3.10.

ALso changed the option to allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Reviewed By: kingchc

Differential Revision: D66801912
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

shengfukevin added a commit to shengfukevin/param that referenced this pull request Dec 10, 2024
… iterations (facebookresearch#189)

Summary:

Meta production is on Python 3.10. PARAM lint is still on 3.8. I saw Lint reported some issues related to type hint syntax. To fix it, I upgrade python to 3.10.

ALso changed the option to allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Reviewed By: kingchc

Differential Revision: D66801912
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

shengfukevin added a commit to shengfukevin/param that referenced this pull request Dec 10, 2024
… iterations (facebookresearch#189)

Summary:

Meta production is on Python 3.10. PARAM lint is still on 3.8. I saw Lint reported some issues related to type hint syntax. To fix it, I upgrade python to 3.10.

ALso changed the option to allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Reviewed By: kingchc

Differential Revision: D66801912
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

shengfukevin added a commit to shengfukevin/param that referenced this pull request Dec 10, 2024
… iterations (facebookresearch#189)

Summary:

Meta production is on Python 3.10. PARAM lint is still on 3.8. I saw Lint reported some issues related to type hint syntax. To fix it, I upgrade python to 3.10.

ALso changed the option to allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Reviewed By: kingchc

Differential Revision: D66801912
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

shengfukevin added a commit to shengfukevin/param that referenced this pull request Dec 10, 2024
… iterations (facebookresearch#189)

Summary:

Meta production is on Python 3.10. PARAM lint is still on 3.8. I saw Lint reported some issues related to type hint syntax. To fix it, I upgrade python to 3.10.

ALso changed the option to allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Reviewed By: kingchc

Differential Revision: D66801912
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

shengfukevin added a commit to shengfukevin/param that referenced this pull request Dec 10, 2024
… iterations (facebookresearch#189)

Summary:

Meta production is on Python 3.10. PARAM lint is still on 3.8. I saw Lint reported some issues related to type hint syntax. To fix it, I upgrade python to 3.10.

ALso changed the option to allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Reviewed By: kingchc

Differential Revision: D66801912
shengfukevin added a commit to shengfukevin/param that referenced this pull request Dec 10, 2024
… iterations (facebookresearch#189)

Summary:

Meta production is on Python 3.10. PARAM lint is still on 3.8. I saw Lint reported some issues related to type hint syntax. To fix it, I upgrade python to 3.10.

ALso changed the option to allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Reviewed By: kingchc

Differential Revision: D66801912
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

… iterations (facebookresearch#189)

Summary:

Meta production is on Python 3.10. PARAM lint is still on 3.8. I saw Lint reported some issues related to type hint syntax. To fix it, I upgrade python to 3.10.

ALso changed the option to allow user to specify the number of warmup iteration runs. Also print out the wall clock time for each iteration and the average wall clock time for the whole run.

Reviewed By: kingchc

Differential Revision: D66801912
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D66801912

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in b691d61.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants