Skip to content

Image version 0.48.0

Compare
Choose a tag to compare
@kipcole9 kipcole9 released this 29 May 20:37
· 91 commits to main since this release

Enhancements

  • Add :model_options and :featurizer_options configuration keys for Image.Classifier. These options are expected to be the options passed to Bumblebee.load_model/2 and Bumblebee.load_featurizer/2 respectively.

  • Add :batch_size as a configuration option. The value is passed to Bumblebee.Vision.image_classification/4. The default value is 10.