Releases: chfc-cmi/cmr-seg-tl
Releases · chfc-cmi/cmr-seg-tl
Version 0.4.0
Version 0.3.0
Update fastai2 model (same weights, more convenient import).
Previously to import the model it was necessary to define a couple of functions in the main namespace: label_func
, diceLV
, diceMY
, diceComb
, acc_seg
. This is no longer necessary.
The model was re-exported with these functions removed for a more convenient import. If you want to re-train the model consider adding those definitions back.
Version 0.2.0
Add base model trained with fastai version 2.
Version 0.1.0
Preliminary release.