miracleyoo/pytorch-lightning-template

Some hyperparameters are deprecated in pytorch-lightning new version (>1.8.5)

Closed this issue · 2 comments

For example the args.resume_from_checkpoint = load_path is deprecated
And now you have to use args.ckpt_path = load_path to load the trained model

If I've fixed the deprecated function in your template can I just PR?

Thanks ~ I've created PR.