Instructions to use zeromodels/mobilevitv2_050_cvnets_in1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ZeroModels
How to use zeromodels/mobilevitv2_050_cvnets_in1k with ZeroModels:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Keras
How to use zeromodels/mobilevitv2_050_cvnets_in1k with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://zeromodels/mobilevitv2_050_cvnets_in1k") - Notebooks
- Google Colab
- Kaggle
File size: 506 Bytes
a185c12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"library_name": "zeromodels",
"zeromodels_version": "1.2.7",
"preprocessor_module": "zeromodels.models.mobilevitv2",
"preprocessor_class": "MobileViTV2ImageProcessor",
"variant": null,
"size": 256,
"crop_size": {
"height": 256,
"width": 256
},
"resample": "bilinear",
"do_resize": true,
"do_center_crop": true,
"do_rescale": true,
"rescale_factor": 0.00392156862745098,
"do_flip_channel_order": true,
"return_tensor": true,
"data_format": null
} |