Releases: yingkaisha/keras-unet-collection
Releases · yingkaisha/keras-unet-collection
v0.0.17
Bugfix on UNET 3+
v0.0.16
Bugfix. Adding loss functions.
v0.0.15
Bugfix. Expanding pool
and unpool
options. Fix documentations.
v0.0.14
Python script cleaning and documentation fix.
v0.0.13
Bugfix and backbone support on the attention unet.
v0.0.12
ImageNet backbones for Unet, Unet++, and UNET 3+
v0.0.11
Bug fix. UNET 3+ in other older versions will not be compatible.
v0.0.10
New feature: 2-d V-net. Bug fixes. The backbone
module is renamed as base
.
v0.0.9
keras_unet_collection.utils
is added.
v0.0.8
Bug fixes on models with deep supervision options.