Releases: qubvel-org/segmentation_models.pytorch
Releases · qubvel-org/segmentation_models.pytorch
Segmentation Models - v0.1.2
Fixes
- Fix 
pytorch-efficientnetpackage version in requirements.txt to strict 0.6.3 (#260) 
Segmentation Models - v0.1.1
Updates
- New decoders DeepLabV3, DeepLabV3+, PAN
 - New backbones (encoders) 
timm-efficientnet* - New pretrained weights (ssl, wsl) for resnets
 - New pretrained weights (advprop) for efficientnets
 
And some small fixes.
Thanks @IlyaDobrynin @gavrin-s @lizmisha @suitre77 @thisisiron @phamquiluan and all other contributers!
Segmentation Models - v0.1.0
Updates
- New backbones (mobilenet, efficientnet, inception)
 depthandin_channelsoptions for all models- Auxiliary classification output
 
Note!
Model architectures have been changed, use previous versions for weights compatibility!
Segmentation Models - v0.0.3
Updates
- Conv2D Initialization
- kaiming_normal -> kaiming_uniform;
 - fan_out -> fan_in;
 - bias -> 0
 
 - package dependencies
 
Segmentation Models - v0.0.2
Updates
- New backbones:
- resnext50_32x4d
 - resnext101_32x8d
 - resnext101_32x16d
 - resnext101_32x32d
 - resnext101_32x48d
 
 - Unet 
scSEattention block (optional) - torchvision version update
 get_preprocessing_paramsfunction
Thanks @laol777 for contribution!