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
-
Hello!
Since PyTorch and PytorchLightning is upgraded to 2.0 and above, the
fastmri_examples
code such asunet
is 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_end
hook now port it toLightningModule.on_validation_batch_end
hookLightningModule.test_step_end
hook now port it toLightningModule.on_test_batch_end
hookresume_from_checkpoint
for theTrainer
but changed tockpt_path
Beta Was this translation helpful? Give feedback.
All reactions