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.post1 in /python/requirements/tune #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2022

Bumps pytorch-lightning-bolts from 0.2.5 to 0.3.2.post1.

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.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[unReleased] - 2021-MM-DD

Added

Changed

Deprecated

Removed

Fixed

[0.5.0] - 2021-12-20

Added

  • Added YOLO model (#552)
  • Added SRGAN, SRImageLoggerCallback, TVTDataModule, SRCelebA, SRMNIST, SRSTL10 (#466)
  • Added nn.Module support for FasterRCNN backbone (#661)
  • Added RetinaNet with torchvision backbones (#529)
  • Added Python 3.9 support (#786)

Changed

  • VAE now uses deterministic KL divergence during training, previously estimated KL divergence by random sampling (#760)

Removed

  • Removed PyTorch 1.6 support (#786)
  • Removed Python 3.6 support (#785)

Fixed

  • Fixed doctest fails with ImportError: cannot import name 'Env' from 'gym' (#751)
  • Fixed MoCo v2 missing Cosine Annealing learning scheduler (#757)

[0.4.0] - 2021-09-09

... (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.post1.
- [Release notes](https://github.com/PyTorchLightning/lightning-bolts/releases)
- [Changelog](https://github.com/PyTorchLightning/lightning-bolts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PyTorchLightning/lightning-bolts/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 15, 2022
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants