Skip to content

v0.7.22.23

Latest

Choose a tag to compare

@RyanZurrin RyanZurrin released this 22 Jul 14:29
· 3 commits to main since this release

Latest bug fixes for the UNet+ classifier, which is the classifier based on the original but with a few extra options. The bug was not allowing a user to use this classifier because it defines it's own build function but it was instead calling its super class build which uses the existing model.build which did not exist in this case.