Skip to content

Releases: jakeret/tf_unet

tf unet 0.1.2

08 Jan 20:58
Compare
Choose a tag to compare
  • Namescopes to improve TensorBoard layout
  • Move bias addition before dropout
  • numerically stable cross entropy computation
  • parametrized verification batch size
  • bugfix if all pixel values are 0
  • cleaned examples

tf unet 0.1.1

29 Dec 08:41
Compare
Choose a tag to compare
  • Support for Tensorflow > 1.0.0
  • Clean package structure
  • Integration into mybinder

tf_unet @ Tensorflow 1.0.0

27 Mar 20:31
Compare
Choose a tag to compare

Generic U-Net image segmentation neural network Tensorflow implementation. First official release!