Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PL version problem #2

Open
Zielon opened this issue Jul 19, 2023 · 2 comments
Open

PL version problem #2

Zielon opened this issue Jul 19, 2023 · 2 comments

Comments

@Zielon
Copy link

Zielon commented Jul 19, 2023

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!

@ThibaultGROUEIX
Copy link
Owner

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

Thanks,
Thibault

@Duotun
Copy link

Duotun commented Oct 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants