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 lightning and bolts versions on bolts version 0.7 release #37

Open
philswatton opened this issue Mar 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@philswatton
Copy link
Contributor

At the moment, we are running:

  • 1.8.3.post1 for pytorch_lightning
  • 0.6.0.post1 for pl_bolts (relased 16/12/2022)

Versions 1.9.0 (released in Jan 23) onwards of pl contain an update to the wandb logger that would allow us to name model artifacts uploaded to wandb. However, at present, this version of pl is incompatible with the latest version of pl_bolts. An issue has been raised and a PR made:

Our current fix is to put the wandb update in our own project code. Once this PR is in, and the package version it's added to released, we should update our code to use the latest versions of both instead of the current fix

@philswatton philswatton mentioned this issue Mar 6, 2023
@lannelin lannelin added the enhancement New feature or request label Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants