-
Notifications
You must be signed in to change notification settings - Fork 739
Update notebooks of acceleration and performance #1179
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
Update notebooks of acceleration and performance #1179
Conversation
Signed-off-by: dongy <[email protected]>
Signed-off-by: dongy <[email protected]>
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned above, dataset_type_performance
and fast_training_tutorial
notebooks also have the following issues:
- Copyright needs to match the guidline template
- Colab links shouldn't be removed
- "## Check environment" should be "## Setup Environment"
- the pip install shell commands should be there, and the
nvidia-smi
should be removed.
Thanks!
Hi @dongyang0122 , Could you please help also update the guide document as all the related content are updated to A100? Thanks in advance. |
@Nic-Ma sure, I am working on it now. |
Signed-off-by: dongyang0122 <[email protected]>
Signed-off-by: dongyang0122 <[email protected]>
Signed-off-by: dongyang0122 <[email protected]>
Signed-off-by: dongyang0122 <[email protected]>
Hi @dongyang0122 , there is a minor error that needs to be fixed. Everything else looks good to me:
Update: I pushed a small commit to add the extra blank line in 99bd068. |
Signed-off-by: Mingxin Zheng <[email protected]>
Signed-off-by: dongyang0122 <[email protected]>
…/tutorials into update_acceleration
Signed-off-by: dongyang0122 <[email protected]>
Hi @Nic-Ma, I have updated the guide document with A100 results. |
Signed-off-by: dongy <[email protected]>
Signed-off-by: dongyang0122 <[email protected]>
Signed-off-by: dongyang0122 <[email protected]>
Update notebooks of acceleration and performance. ### Description Update notebooks of acceleration and performance. acceleration/automatic_mixed_precision.ipynb acceleration/dataset_type_performance.ipynb acceleration/fast_training_tutorial.ipynb performance_profiling ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Avoid including large-size files in the PR. - [ ] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` Signed-off-by: dongy <[email protected]> Signed-off-by: dongyang0122 <[email protected]> Signed-off-by: Mingxin Zheng <[email protected]> Co-authored-by: dongy <[email protected]> Co-authored-by: Mingxin Zheng <[email protected]> Co-authored-by: Mingxin Zheng <[email protected]>
Update notebooks of acceleration and performance.
Description
Update notebooks of acceleration and performance.
acceleration/automatic_mixed_precision.ipynb
acceleration/dataset_type_performance.ipynb
acceleration/fast_training_tutorial.ipynb
performance_profiling
Checks
./figure
folder./runner.sh -t <path to .ipynb file>