Skip to content

Releases: chfc-cmi/cmr-seg-tl

Version 0.4.0

18 Jan 15:06
v0.4.0
Compare
Choose a tag to compare
  • update model file (fix #1)
  • add documentation for predictions with base model
  • add documentation for re-training the base model

Version 0.3.0

02 Jan 09:06
v0.3.0
Compare
Choose a tag to compare

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

10 Nov 09:34
v0.2.0
Compare
Choose a tag to compare

Add base model trained with fastai version 2.

Version 0.1.0

15 Jun 13:08
Compare
Choose a tag to compare

Preliminary release.