Skip to content

[booster] implemented the torch ddd + resnet example#3232

Merged
FrankLeeeee merged 2 commits intohpcaitech:mainfrom
FrankLeeeee:feature/booster-torch-ddp
Mar 27, 2023
Merged

[booster] implemented the torch ddd + resnet example#3232
FrankLeeeee merged 2 commits intohpcaitech:mainfrom
FrankLeeeee:feature/booster-torch-ddp

Conversation

@FrankLeeeee
Copy link
Copy Markdown
Contributor

📌 Checklist before creating the PR

  • I have created an issue for this PR for traceability
  • The title follows the standard format: [doc/gemini/tensor/...]: A concise description
  • I have added relevant tags if possible for us to better distinguish different PRs

🚨 Issue number

Link this PR to your issue with words like fixed to automatically close the linked issue upon merge

e.g. fixed #1234, closed #1234, resolved #1234

Fixed #3231

📝 What does this PR do?

Summarize your work here.
if you have any plots/diagrams/screenshots/tables, please attach them here.

This PR added the example for ResNet + CIFAR training and evaluation with the new API.

💥 Checklist before requesting a review

  • I have linked my PR to an issue (instruction)
  • My issue clearly describes the problem/feature/proposal, with diagrams/charts/table/code if possible
  • I have performed a self-review of my code
  • I have added thorough tests.
  • I have added docstrings for all the functions/methods I implemented

⭐️ Do you enjoy contributing to Colossal-AI?

  • 🌝 Yes, I do.
  • 🌚 No, I don't.

Tell us more if you don't enjoy contributing to Colossal-AI.

@FrankLeeeee FrankLeeeee added enhancement New feature or request example example-related issuer or pull request API related to API changes Run Build and Test labels Mar 24, 2023
@github-actions
Copy link
Copy Markdown
Contributor

The code coverage for the changed files is 72%.

Click me to view the complete report
Name                                                         Stmts   Miss  Cover
--------------------------------------------------------------------------------
colossalai/booster/__init__.py                                   3      0   100%
colossalai/booster/booster.py                                   63     21    67%
colossalai/booster/mixed_precision/fp16_torch.py                45      2    96%
colossalai/booster/mixed_precision/mixed_precision_base.py       9      1    89%
colossalai/booster/plugin/plugin_base.py                        34      8    76%
colossalai/booster/plugin/torch_ddp_plugin.py                   73     15    79%
colossalai/checkpoint_io/checkpoint_io_base.py                 134     64    52%
colossalai/checkpoint_io/general_checkpoint_io.py               28      8    71%
colossalai/cluster/dist_coordinator.py                          63     34    46%
colossalai/interface/__init__.py                                 3      0   100%
colossalai/interface/model.py                                   11      3    73%
colossalai/interface/optimizer.py                               40      8    80%
tests/test_booster/test_plugin/test_torch_ddp_plugin.py         55      0   100%
tests/test_checkpoint_io/test_general_checkpoint_io.py          36      1    97%
--------------------------------------------------------------------------------
TOTAL                                                          597    165    72%

@FrankLeeeee FrankLeeeee merged commit 73d3e4d into hpcaitech:main Mar 27, 2023
@FrankLeeeee FrankLeeeee deleted the feature/booster-torch-ddp branch March 27, 2023 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

API related to API changes enhancement New feature or request example example-related issuer or pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[booster] Implement and test the Booster module

3 participants