Image version 0.48.0
Enhancements
-
Add
:model_optionsand:featurizer_optionsconfiguration keys forImage.Classifier. These options are expected to be the options passed toBumblebee.load_model/2andBumblebee.load_featurizer/2respectively. -
Add
:batch_sizeas a configuration option. The value is passed toBumblebee.Vision.image_classification/4. The default value is10.