[[["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.ImageClassifierOptions\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/image_classifier_options.py#L24-L35) |\n\nConfigurable options for building image classifier. \n\n mediapipe_model_maker.image_classifier.ImageClassifierOptions(\n supported_model: ../../mediapipe_model_maker/image_classifier/SupportedModels,\n model_options: Optional[../../mediapipe_model_maker/image_classifier/ModelOptions] = None,\n hparams: Optional[../../mediapipe_model_maker/image_classifier/HParams] = None\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Attributes ---------- ||\n|-------------------|--------------------------------------------------------------|\n| `supported_model` | A model from the SupportedModels enum. |\n| `model_options` | A set of options for configuring the selected model. |\n| `hparams` | A set of hyperparameters used to train the image classifier. |\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| hparams | `None` |\n| model_options | `None` |\n\n\u003cbr /\u003e"]]