Keras
Last updated
Last updated
keras
is an open-source machine learning library that uses a consistent and simple API to build models leveraging TensorFlow and its ecosystem.
You can find over 200 keras
models by filtering at the left of the .
All models on the Hub come up with useful feature:
An automatically generated model card with a description, a plot of the model, and more.
Metadata tags that help for discoverability and contain information such as license.
If provided by the model owner, TensorBoard logs are hosted on the Keras repositories.
The huggingface_hub
library is a lightweight Python client with utility functions to download models from the Hub.
Copied
Once you have the library installed, you just need to use the from_pretrained_keras
method. Read more about from_pretrained_keras
.
Copied
If you want to see how to load a specific model, you can click Use in keras and you will be given a working snippet that you can load it!
Copied
The repository will host your TensorBoard traces like below.
You can share your keras
models by using the push_to_hub_keras
method. This will generate a model card that includes your modelβs hyperparameters, plot of your model and couple of sections related to the usage purpose of your model, model biases and limitations about putting the model in production. This saves the metrics of your model in a JSON file as well. Read more about push_to_hub_keras
.
Keras Developer .
Keras .
Keras .
Keras
For more capabilities of the Keras integration, check out tutorial.