[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-07 UTC."],[],[],null,["# mediapipe_model_maker.image_classifier.ModelOptions\n\n\u003cbr /\u003e\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/google/mediapipe/blob/master/mediapipe/model_maker/python/vision/image_classifier/model_options.py#L19-L30) |\n\nConfigurable options for image classifier model. \n\n mediapipe_model_maker.image_classifier.ModelOptions(\n dropout_rate: float = 0.2, alpha: float = 0.75\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Attributes ---------- ||\n|----------------|----------------------------------------------------------------------------------------------------------------|\n| `dropout_rate` | The fraction of the input units to drop, used in dropout layer. |\n| `alpha` | Float, larger than zero, controls the width of the network, Only used in `mobilenet_v2_keras_spec` model spec. |\n\n\u003cbr /\u003e\n\nMethods\n-------\n\n### `__eq__`\n\n __eq__(\n other\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Class Variables --------------- ||\n|--------------|--------|\n| alpha | `0.75` |\n| dropout_rate | `0.2` |\n\n\u003cbr /\u003e"]]