Any plans to update the IPU strategy API? #11743
Unanswered
daniellepintz
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 4 replies
-
checking out some examples here: https://github.com/graphcore/poptorch/tree/sdk-release-2.4/examples, |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Jw if there are any plans to update the IPU strategy api. I ask because IPU is the only Strategy that uses these 9 hooks:
https://github.com/PyTorchLightning/pytorch-lightning/blob/8c07d8bf905e395bbd2142b5df7b185b8e936c41/pytorch_lightning/strategies/strategy.py#L446-L480
and it would be nice to simplify the Strategy API by deprecating these hooks.
Beta Was this translation helpful? Give feedback.
All reactions