Skip to content

Releases: jeremyjordan/flower-classifier

Models can support arbitrary classes

26 Jun 21:52
ffe915c
Compare
Choose a tag to compare

Models will now serialize the class names as part of the model checkpoint. This allows us to flexibly include/remove classes from training datasets without worrying about how to map the prediction index to the human-readable class name. This change is not backwards compatible, older model artifacts will not contain the necessary information to load the correct class names.

Experimentation Setup

18 Oct 14:38
be646f1
Compare
Choose a tag to compare

Basic instrumentation to train models and track experiments.