Instructions to use Harwinda/fp-ai-modul-6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Harwinda/fp-ai-modul-6 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Harwinda/fp-ai-modul-6") - 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: | |
| | Hyperparameters | Value | | |
| | :-- | :-- | | |
| | name | Adam | | |
| | weight_decay | None | | |
| | clipnorm | None | | |
| | global_clipnorm | None | | |
| | clipvalue | None | | |
| | use_ema | False | | |
| | ema_momentum | 0.99 | | |
| | ema_overwrite_frequency | None | | |
| | jit_compile | True | | |
| | is_legacy_optimizer | False | | |
| | learning_rate | 2.9999999242136255e-05 | | |
| | beta_1 | 0.9 | | |
| | beta_2 | 0.999 | | |
| | epsilon | 1e-07 | | |
| | amsgrad | False | | |
| | training_precision | float32 | | |
| ## Model Plot | |
| <details> | |
| <summary>View Model Plot</summary> | |
|  | |
| </details> |