keras-io icon indicating copy to clipboard operation
keras-io copied to clipboard

Keras documentation, hosted live at keras.io

Results 302 keras-io issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

Pending Keras team review

@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.

Pending answer from contributor

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...

Pending answer from contributor

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 ![74qxL2](https://user-images.githubusercontent.com/75399405/182003265-b9d4c09f-aaa3-44c1-88de-efc4cad008bd.png) ![7XpDem](https://user-images.githubusercontent.com/75399405/182003268-ad1d81c4-b3c0-42e4-a944-5afc60dbc2f9.png)

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...

Pending Keras team review

Added the correct link for `FashionMNIST`

Pending answer from contributor

Added my contribution for the Huggingface Keras Sprint! Model and space links at the end of example: Structured Data Classification from Scratch