Instructions to use zeromodels/regnet-y-016 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ZeroModels
How to use zeromodels/regnet-y-016 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/regnet-y-016 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/regnet-y-016") - Notebooks
- Google Colab
- Kaggle
File size: 584 Bytes
402e14b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | {
"library_name": "zeromodels",
"zeromodels_version": "1.2.7",
"model_module": "zeromodels.models.regnet",
"model_class": "RegNetImageClassify",
"variant": "regnet-y-016",
"weights": "model.weights.h5",
"schema_version": 2,
"model_type": "regnet",
"vision_config": {
"embedding_size": 32,
"hidden_sizes": [
48,
120,
336,
888
],
"depths": [
2,
6,
17,
2
],
"groups_width": 24,
"layer_type": "y",
"downsample_in_first_stage": true,
"num_classes": 1000
}
} |