-
Notifications
You must be signed in to change notification settings - Fork 25
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
Lightning Refactor: pytorch_lightning
-> lightning.pytorch
#300
Conversation
pytorch_lightning
-> 'lightning.pytorch'pytorch_lightning
-> lightning.pytorch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionally it looks good to me. Just left the one comment, and should be good to go from there.
I also linked with #297 - please unlink if you don't think it fully addresses it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did something change with these files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think they were regenerated when i ran tests locally. i reverted to the old files.
LGTM, ready to merge |
This pr migrated the pytorch lightning dependency from
pytorch_lightning
tolightning
and replaces the imports. Since this pr touches a lot of files, there are some formatting changes, and just a few updates to tests, mostly to add a missing argument for MACE.Failing tests are mostly due to materials project trajectory dataset not having a devset, and some with SAM which have been failing in recent PR's. Also I did not fix any pre-commit related items dealing with
cdvae
things.