SWAResnet training of cifar10-baseline.ipynb is very slow on Colab Pro+ GPU(A100 Nvidia GPU) #15380
Unanswered
Keiku
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 1 reply
-
Hi @Keiku, thank you for reporting the issue. What error did you see exactly? If it's something that needs to be updated in the notebook, would you mind opening an issue (or directly sending a PR with your patch) in the tutorials repository? For the performance issue, the Bolts repo might be the best place to report. Please mind that the whole Bolts package is currently under review as tracked in Lightning-Universe/lightning-bolts#839. Thank you again! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the linked notebook, the initial setup causes an error, so I changed it to the following.
Resnet training finishes fine, but SWAResnet training is very slow. Anyone know the cause of this?
https://colab.research.google.com/github/PytorchLightning/lightning-tutorials/blob/publication/.notebooks/lightning_examples/cifar10-baseline.ipynb
Beta Was this translation helpful? Give feedback.
All reactions