This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Any plan to move to pytorchlightning 2.0 #307
YuyangXueEd
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hello @YuyangXueEd, I'm spending my time on compression right now so I'm unable to make repository updates. Feel free to open an Issue with the Enhancement tag for this - maybe someone will test out all the changes and open a pull request. |
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.
-
Hello!
Since PyTorch and PytorchLightning is upgraded to 2.0 and above, the
fastmri_examplescode such asunetis now deprecated. I am wondering that whether there is a plan to update the code to compatible to 2.0.There are some changes like:
LightningDataModule.parse_argparser(),LightningDataModule.from_argparse_args()andTrainer.from_argparse_args()method now switch to usingLightningCLI.LightningModule.validation_step_endhook now port it toLightningModule.on_validation_batch_endhookLightningModule.test_step_endhook now port it toLightningModule.on_test_batch_endhookresume_from_checkpointfor theTrainerbut changed tockpt_pathBeta Was this translation helpful? Give feedback.
All reactions