Instructions to use Ravindra001/conv_bn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Ravindra001/conv_bn with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Ravindra001/conv_bn") - Notebooks
- Google Colab
- Kaggle
| library_name: keras | |
| ## Model description | |
| More information needed | |
| ## Intended uses & limitations | |
| More information needed | |
| ## Training and evaluation data | |
| More information needed | |
| ## Training procedure | |
| ### Training hyperparameters | |
| The following hyperparameters were used during training: | |
| | name | learning_rate | decay | rho | momentum | epsilon | centered | training_precision | | |
| |----|-------------|-----|---|--------|-------|--------|------------------| | |
| |RMSprop|0.001|0.0|0.9|0.0|1e-07|False|float32| | |
| ## Model Plot | |
| <details> | |
| <summary>View Model Plot</summary> | |
|  | |
| </details> |