Skip to content

Releases: RyanZurrin/gp2

v0.7.22.23

22 Jul 14:29

Choose a tag to compare

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.

v0.5.25.23: Pip Install Support

19 May 05:47

Choose a tag to compare

  • Pip Install Support: You can now install the GP2 Framework and its dependencies using pip. Just run `pip install gp2`.
    
  • Performance Improvements: We've added support for additional UNet Classifiers.
    
  • Minor Bug Fixes: We've resolved a few minor issues from the previous release.
    

v0.1

03 May 06:59

Choose a tag to compare

v0.1 Pre-release
Pre-release

Extended UNet support to Keras-UNet, Keras UNet Collection, and Customizable UNet. Added CNNPlus to discriminator support which is a customizable CNN discriminator.