Instructions to use zeromodels/tipsv2-b14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use zeromodels/tipsv2-b14 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/tipsv2-b14") - Notebooks
- Google Colab
- Kaggle
File size: 413 Bytes
30d034f cc7b3d3 30d034f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"library_name": "zeromodels",
"zeromodels_version": "1.2.5",
"preprocessor_module": "zeromodels.models.tipsv2",
"preprocessor_class": "Tipsv2ImageProcessor",
"variant": "tipsv2-b14",
"image_resolution": 448,
"resample": "bilinear",
"do_normalize": false,
"do_resize": true,
"mean": [
0.0,
0.0,
0.0
],
"std": [
1.0,
1.0,
1.0
],
"data_format": "channels_last"
} |