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

Update PyTorch and PyTorch lightning #34

Open
vitusbenson opened this issue Oct 28, 2022 · 2 comments
Open

Update PyTorch and PyTorch lightning #34

vitusbenson opened this issue Oct 28, 2022 · 2 comments

Comments

@vitusbenson
Copy link
Collaborator

The current package is moreless based on PyTorch lightning 1.2.x and PyTorch 1.7.x (backward compatible to 1.5.x), however current version for Lightning is 1.7.7 and for PyTorch 1.12.1.

Goal:

  • Update to latest versions
  • Figure out, what code needs to be changed
  • Implement backward compatibility where necessary
  • Check for new features in the new versions that could be additionally implemented
@vitusbenson
Copy link
Collaborator Author

@vitusbenson
Copy link
Collaborator Author

torchmetrics changed API in 0.8.0, which deprecates compute_on_step and changes the overall logic. This will require some refactoring.

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

1 participant