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