Skip to content

Releases: matlab-deep-learning/image-classifier-app

v1.0.3

27 Feb 13:11

Choose a tag to compare

  • Fix bug with duplicate training with no changes throwing an error.

v1.0.2

26 Feb 15:24

Choose a tag to compare

Fix 3 more minor bugs:

  • Threw an error rendering image datastores whose output was logicals, which can happen for image data which is all 0 or 1
  • Rendering of images which weren't being read as uint8 looked poor
  • Class labels containing TeX characters like "_" didn't render properly in the interpretability plot

v1.0.1

25 Feb 20:26

Choose a tag to compare

Fix 3 bugs:

  • Network imported from workspace could throw error if mismatched with image size
  • Importing an image datastore containing greyscale images could throw an error on data rendering
  • Class labels containing TeX characters like "_" were hard to read in some axes

v1.0.0

20 Feb 17:40

Choose a tag to compare

Initial release.