ruhyadi / yolo3d-lightning

YOLO3D: 3D Object Detection with YOLO
82 stars 16 forks source link

Bump pytorch-lightning from 1.6.5 to 2.0.6 #59

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pytorch-lightning from 1.6.5 to 2.0.6.

Release notes

Sourced from pytorch-lightning's releases.

Minor patch release

2.0.6

App

  • Fixed handling a None request in the file orchestration queue (#18111)

Fabric

  • Fixed TensorBoardLogger.log_graph not unwrapping the _FabricModule (#17844)

PyTorch

  • LightningCLI not saving correctly seed_everything when run=True and seed_everything=True (#18056)
  • Fixed validation of non-PyTorch LR schedulers in manual optimization mode (#18092)
  • Fixed an attribute error for _FaultTolerantMode when loading an old checkpoint that pickled the enum (#18094)

Contributors

@​awaelchli, @​lantiga, @​mauvilsa, @​shihaoyin

If we forgot someone due to not matching commit email with GitHub account, let us know :]

Minor patch release

App

Added

  • plugin: store source app (#17892)
  • added colocation identifier (#16796)
  • Added exponential backoff to HTTPQueue put (#18013)
  • Content for plugins (#17243)

Changed

  • Save a reference to created tasks, to avoid tasks disappearing (#17946)

Fabric

Added

... (truncated)

Commits
  • ecffb2a cleaning chlog
  • f61802e enable docs from actual...
  • 3e95a05 Raise Empty when request_queue is None (#18111)
  • 41320d8 Enable loading legacy checkpoints that pickled the _FaultToleranceMode enum...
  • c161d06 docs: fallback for restoring right scroll menu (#18108)
  • 3dad856 Fix TensorBoardLogger.log_graph not recording the graph (#17926)
  • ba6e19d Make introduction example run on devices (#18097)
  • 22cdd10 Only validate schedulers in automatic optimization (#18092)
  • 8054e4f Update deepdiff requirement from <6.3.1,>=5.7.0 to >=5.7.0,<6.3.2 in /require...
  • 67746d4 Update docutils requirement from <0.20,>=0.16 to >=0.16,<0.21 in /requirement...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #62.