A neural gym for training deep learning models to carry out geoscientific image segmentation. Works best with labels generated using https://github.com/Doodleverse/dash_doodler
MIT License
45
stars
11
forks
source link
Update `train_model` to automatically compute NCLASSES from data #85
New dice and IoU functions are agnostic to, and do not check, correct specification of NCLASSES. Additionally, cat and kld loss (and presumably others) fail when NCLASSES is incorrectly specified due to operator error
The above thread proposes a simple solution, that has been tested and works. Should appear in the next release.
See: https://github.com/Doodleverse/doodleverse_utils/issues/10#issuecomment-1267359482
New dice and IoU functions are agnostic to, and do not check, correct specification of NCLASSES. Additionally,
cat
andkld
loss (and presumably others) fail when NCLASSES is incorrectly specified due to operator errorThe above thread proposes a simple solution, that has been tested and works. Should appear in the next release.