This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Releases: Lightning-Universe/lightning-flash
Releases · Lightning-Universe/lightning-flash
More Flash Tasks, Visualization Tools, Data Pipeline and Flash Registry API
[0.3.0] - 2021-05-20
Added
- Added DataPipeline API (#188 #141 #207)
- Added timm integration (#196)
- Added BaseViz Callback (#201)
- Added backbone API (#204)
- Added support for Iterable auto dataset (#227)
- Added multi label support (#230)
- Added support for schedulers (#232)
- Added visualisation callback for image classification (#228)
- Added Video Classification task (#216)
- Added Dino backbone for image classification (#259)
- Added Data Sources API (#256 #264 #272)
- Refactor preprocess_cls to preprocess, add Serializer, add DataPipelineState (#229)
- Added Semantic Segmentation task (#239 #287 #290)
- Added Object detection prediction example (#283)
- Added Style Transfer task and accompanying finetuning and prediction examples (#262)
- Added a Template task and tutorials showing how to contribute a task to flash (#306)
Changed
- Rename valid_ to val_ (#197)
- Refactor preprocess_cls to preprocess, add Serializer, add DataPipelineState (#229)
Fixed
- Fix DataPipeline resolution in Task (#212)
- Fixed a bug where the backbone used in summarization was not correctly passed to the postprocess (#296)
Contributors
@aniketmaurya @carmocca @edgarriba @ethanwharris @pmeier @tchaton
If we forgot someone due to not matching commit email with GitHub account, let us know :]
TIMM backbones
Align with PL v1.2 and TorchMetrics
Minor dataloading update
Adding TabNet and ObjectDetector
[0.2.0] - 2021-02-12
Added
- Added
ObjectDetector
Task (#56) - Added TabNet for tabular classification (#101)
- Added support for more backbones(mobilnet, vgg, densenet, resnext) (#45)
- Added backbones for image embedding model (#63)
- Added SWAV and SimCLR models to
imageclassifier
+ backbone reorg (#68)
Changed
- Applied transform in
FilePathDataset
(#97) - Moved classification integration from vision root to folder (#86)
Fixed
Removed
Lightning Flash First Release
Flash Lightning First Release
Overview:
Lightning Flash is a collection of tasks for fast prototyping, baselining, finetuning and solving problems with deep learning
This release will introduce 6 Flash Tasks:
- ImageClassifier
- TabularClassifier
- TextClassifier
- ImageEmbedder
- SummarizationTask
- TranslationTask
Each task can easily be used for both inference and finetuning.
[0.1.0] - 02/02/2021
Added
- Added flash_notebook examples (#9)
- Added
strategy
totrainer.finetune
withNoFreeze
,Freeze
,FreezeUnfreeze
,UnfreezeMilestones
Callbacks (#39) - Added
SummarizationData
,SummarizationTask
andTranslationData
,TranslationTask
(#37) - Added
ImageEmbedder
(#36)
Contributors
@Borda, @carmocca, @justusschock, @SeanNaren, @SkafteNicki, @tchaton, @williamFalcon
If we forgot someone due to not matching commit email with GitHub account, let us know :]