Skip to content

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mdraw mdraw released this 05 Jul 22:19
· 11 commits to master since this release
  • Add new augmentation methods:
    • random image region blurring (BatchCreatorImage.blurry_blobs_probability)
    • random erasing
      • with noise: BatchCreatorImage.noisy_random_erasing_probability)
      • with constant values (BatchCreatorImage.uniform_random_erasing_probability)
  • Remove broken --gpu=auto option from elektronn2-train
  • Add zxy flag to BatchCreatorImage, making loading data in xyz axis order possible
  • Improve version strings with versioneer (git revision and uncommitted modifications are now reflected in elektronn3.__version__, making identification of the current version easy)
  • Various small improvements and bug fixes

This is the last planned release of ELEKTRONN2. We are focusing on elektronn3 now.