Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

More segmentation backbones and bug fixes

Compare
Choose a tag to compare
@ethanwharris ethanwharris released this 08 Jun 14:08
· 765 commits to master since this release
5a4d94b

[0.3.1] - 2021-06-08

Added

  • Added deeplabv3, lraspp, and unet backbones for the SemanticSegmentation task #370

Changed

  • Changed the installation command for extra features #346
  • Change resize interpolation default mode to nearest #352

Deprecated

  • Deprecated SemanticSegmentation backbone names torchvision/fcn_resnet50 and torchvision/fcn_resnet101, use fc_resnet50 and fcn_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 with overfit_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 :]