NeuralJacobianFields icon indicating copy to clipboard operation
NeuralJacobianFields copied to clipboard

PL version problem

Open Zielon opened this issue 1 year ago • 2 comments

Hello, it seems that the repository does not specify the PL version. Installing the current version > 2.0.0 is not working. Even if I install an older one I get The provided lr scheduler `MultiStepLR` doesn't follow PyTorch's LRScheduler API. You should override the LightningModule.lr_scheduler_step hook with your own logic if you are using a custom LR scheduler. error. Which makes it very problematic to use. Could you provide the PL version or fix the issuse with scheduler? Thank you!

Zielon avatar Jul 19 '23 22:07 Zielon

Hi ! Thanks for the first issue ! Please see : https://github.com/ThibaultGROUEIX/NeuralJacobianFields/blob/main/py39_njf_requirements.txt

Thanks, Thibault

ThibaultGROUEIX avatar Jul 21 '23 18:07 ThibaultGROUEIX

If use PL version > 2.0.0, the problem could be fixed through changing import logics to lightning_fabrics: source code changes

Duotun avatar Oct 10 '23 03:10 Duotun