Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

[tune](deps): Bump pytorch-lightning-bolts from 0.2.5 to 0.3.2 in /python/requirements/tune #7

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2021

Bumps pytorch-lightning-bolts from 0.2.5 to 0.3.2.

Release notes

Sourced from pytorch-lightning-bolts's releases.

typing friendly

[0.3.2] - 2021-03-20

Changed

  • Renamed SSL modules: CPCV2 >> CPC_v2 and MocoV2 >> Moco_v2 (#585)
  • Refactored setup.py to be typing friendly (#601)

compatibility PyTorch 1.8

[0.3.1] - 2021-03-09

Added

  • Added Pix2Pix model (#533)

Changed

  • Moved vision models (GPT2, ImageGPT, SemSegment, UNet) to pl_bolts.models.vision (#561)

Fixed

  • Fixed BYOL moving average update (#574)
  • Fixed custom gamma in rl (#550)
  • Fixed PyTorch 1.8 compatibility issue (#580, #579)
  • Fixed handling batchnorms in BatchGradientVerification [#569)
  • Corrected num_rows calculation in LatentDimInterpolator callback (#573)

Contributors

@​akihironitta, @​aniketmaurya, @​BartekRoszak, @​FlorianMF, @​indigoviolet, @​kaushikb11, @​mxksowie, @​wjn0

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

major fixes & refactoring

Detail chnages

Added

  • Added input_channels argument to UNet (#297)
  • Added SwAV (#239, #348, #323)
  • Added data monitor callbacks ModuleDataMonitor and TrainingDataMonitor (#285)
  • Added DCGAN module (#403)
  • Added VisionDataModule as parent class for BinaryMNISTDataModule, CIFAR10DataModule, FashionMNISTDataModule, and MNISTDataModule (#400)
  • Added GIoU loss (#347)
  • Added IoU loss (#469)
  • Added semantic segmentation model SemSegment with UNet backend (#259)
  • Added option to normalize latent interpolation images (#438)
  • Added flags to datamodules (#388)
  • Added metric GIoU (#347)

... (truncated)

Changelog

Sourced from pytorch-lightning-bolts's changelog.

[0.3.2] - 2021-03-20

Changed

  • Renamed SSL modules: CPCV2 >> CPC_v2 and MocoV2 >> Moco_v2 (#585)
  • Refactored setup.py to be typing friendly (#601)

[0.3.1] - 2021-03-09

Added

  • Added Pix2Pix model (#533)

Changed

  • Moved vision models (GPT2, ImageGPT, SemSegment, UNet) to pl_bolts.models.vision (#561)

Fixed

  • Fixed BYOL moving average update (#574)
  • Fixed custom gamma in rl (#550)
  • Fixed PyTorch 1.8 compatibility issue (#580, #579)
  • Fixed handling batchnorms in BatchGradientVerification (#569)
  • Corrected num_rows calculation in LatentDimInterpolator callback (#573)

[0.3.0] - 2021-01-20

Added

  • Added input_channels argument to UNet (#297)
  • Added SwAV (#239, #348, #323)
  • Added data monitor callbacks ModuleDataMonitor and TrainingDataMonitor (#285)
  • Added DCGAN module (#403)
  • Added VisionDataModule as parent class for BinaryMNISTDataModule, CIFAR10DataModule, FashionMNISTDataModule, and MNISTDataModule (#400)
  • Added GIoU loss (#347)
  • Added IoU loss (#469)
  • Added semantic segmentation model SemSegment with UNet backend (#259)
  • Added pption to normalize latent interpolation images (#438)
  • Added flags to datamodules (#388)
  • Added metric GIoU (#347)
  • Added Intersection over Union Metric/Loss (#469)
  • Added SimSiam model (#407)
  • Added gradient verification callback (#465)
  • Added Backbones to FRCNN (#475)

... (truncated)

Commits

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)

Bumps [pytorch-lightning-bolts](https://github.com/PyTorchLightning/lightning-bolts) from 0.2.5 to 0.3.2.
- [Release notes](https://github.com/PyTorchLightning/lightning-bolts/releases)
- [Changelog](https://github.com/PyTorchLightning/lightning-bolts/blob/master/CHANGELOG.md)
- [Commits](Lightning-Universe/lightning-bolts@0.2.5...0.3.2)

---
updated-dependencies:
- dependency-name: pytorch-lightning-bolts
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 24, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2022

Superseded by #48.

@dependabot dependabot bot closed this Jan 15, 2022
@dependabot dependabot bot deleted the dependabot/pip/python/requirements/tune/pytorch-lightning-bolts-0.3.2 branch January 15, 2022 08:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants