This repository was archived by the owner on Oct 9, 2023. It is now read-only.
More segmentation backbones and bug fixes
[0.3.1] - 2021-06-08
Added
- Added
deeplabv3
,lraspp
, andunet
backbones for theSemanticSegmentation
task #370
Changed
- Changed the installation command for extra features #346
- Change resize interpolation default mode to nearest #352
Deprecated
- Deprecated
SemanticSegmentation
backbone namestorchvision/fcn_resnet50
andtorchvision/fcn_resnet101
, usefc_resnet50
andfcn_resnet101
instead #370
Fixed
- Fixed
flash.Trainer.add_argparse_args
not adding any arguments #343 - Fixed a bug where the translation task wasn't decoding tokens properly #332
- Fixed a bug where huggingface tokenizers were sometimes being pickled #332
- Fixed issue with
KorniaParallelTransforms
to assure to share the random state between transforms #351 - Fixed a bug where using
val_split
withoverfit_batches
would give an infinite recursion #375 - Fixed a bug where some timm models were mistakenly given a
global_pool
argument #377 - Fixed
flash.Trainer.from_argparse_args
not passing arguments correctly #380
Contributors
@akihironitta @aribornstein @carmocca @deepseek-eoghan @edgarriba @ethanwharris
If we forgot someone due to not matching commit email with GitHub account, let us know :]