keras-io
keras-io copied to clipboard
Keras documentation, hosted live at keras.io
This code example shows how to fine-tune Wav2Vec 2.0 using CTC for ASR using Hugging Face Transformers. Additionally, it also shows best practices for Hugging Face Datasets. This is part...
@beresandras Running the Denoising Diffusion Implicit Model in Tensorflow and Keras 2.9.0 gives this error stack: --------------------------------------------------------------------------- UnimplementedError Traceback (most recent call last) [](https://localhost:8080/#) in () 33 callbacks=[ 34 keras.callbacks.LambdaCallback(on_epoch_end=model.plot_images),...
A little import fix and I added Hugging Face model and space links.
Necessary prerequisites are presumably missing from the container used to render the document. The error message points in that direction: > ('Failed to import pydot. You must `pip install pydot`...
This PR contains added HF space and model reference for Semantic Image Clustering. While running black it also reformatted a line of layers, I don't know if that should stay...
Since ConvNeXt models have been merged (https://www.tensorflow.org/api_docs/python/tf/keras/applications/convnext) I thought it might be a good idea to include them under `keras.io/applications`.
Hello, excellent work. What changes would you have to make to process the attached captchas. I changed the dimensions but it doesn't work for me  
This guide compares byte and unicode tokenizers for text generation @mattdangerw Raised a PR based on our discussion, it's open for review now! Referring to the README, I will add...
Added the correct link for `FashionMNIST`
Added my contribution for the Huggingface Keras Sprint! Model and space links at the end of example: Structured Data Classification from Scratch