Published March 30, 2022
| Version 0.7.2
Software
Open
PyTorchLightning/lightning-flash: Bi-weekly Patch Release
Creators
- Ethan Harris1
- Jirka Borovec2
- thomas chaton3
- Teddy Koker4
- William Falcon5
- Aki Nitta6
- Kaushik B7
- Sean Naren
- Edgar Riba8
- Carlos Mocholí9
- Justus Schock10
- Aniket Maurya11
- karthikrangasai12
- PythicCoder
- edenlightning
- flozi0013
- Eric Hofesmann14
- Nicki Skafte Detlefsen
- Ibraheem Muhammad Moosa
- Kushashwa Ravi Shrimali15
- Luca Actis Grosso16
- Mabu Manaileng17
- Pietro Lesci
- Suman Michael18
- Abhijith Neil Abraham19
- Adrian Wälchli5
- David Langerman | Onyx Zero Software20
- Frédéric Branchaud-Charron21
- 1. Grid.ai
- 2. Grid.ai | PytorchLightning
- 3. Grid.ai | Pytorch Lightning
- 4. @mit-ll
- 5. Grid AI
- 6. @PyTorchLightning
- 7. @gridai @PyTorchLightning
- 8. Kornia.org
- 9. @PytorchLightning
- 10. @rwth-lfb , @PyTorchLightning & University Hospital Düsseldorf
- 11. Grid.ai | PyTorchLightning
- 12. BITS Pilani Hyderabad Campus
- 13. A\Ware
- 14. Voxel51
- 15. @PyTorchLightning, @gridai
- 16. Bending Spoons
- 17. Datawizzards
- 18. RGUKT-Basar
- 19. @saamaresearch
- 20. Onyx Zero Software
- 21. ElementAI
Description
[0.7.2] - 2022-03-30
Fixed
- Fixed examples (question answering), where NLTK's
punkt
module needs to be downloaded first. (#1215) - Fixed normalizing inputs to video classification (#1213)
- Fixed a bug where
pretraining_transforms
in theImageEmbedder
was never called. (1196) - Fixed a bug where
BASE_MODEL_NAME
was not in the dict for dino and moco strategies. (1196) - Fixed support for
torch==1.11.0
(#1234) - Fixed DDP spawn support for
ObjectDetector
,InstanceSegmentation
, andKeypointDetector
(#1222) - Fixed a bug where
InstanceSegmentation
would fail if samples had an inconsistent number of bboxes, labels, and masks (these will now be treated as negative samples) (#1222) - Fixed a bug where collate functions were never called in the
ImageEmbedder
class. (#1217) - Fixed a bug where
ObjectDetector
,InstanceSegmentation
, andKeypointDetector
would log train and validation metrics with the same name (#1252) - Fixed a bug where using
ReduceLROnPlateau
would raise an error (#1251) - Fixed GPU support for self-supervised training with the
ImageEmbedder
(#1256)
@aisensiy @andife @aniketmaurya @Borda @dudeperf3ct @ethanwharris @krshrimali
If we forgot someone let us know :smiley:
Files
PyTorchLightning/lightning-flash-0.7.2.zip
Files
(7.7 MB)
Name | Size | Download all |
---|---|---|
md5:35ce1b9fd5813002eedc9d5b60460900
|
7.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PyTorchLightning/lightning-flash/tree/0.7.2 (URL)