keras-io
keras-io copied to clipboard
Keras documentation, hosted live at keras.io
I try video_classification.py on Tensorflow 2.9 but Test accuracy: 19.64%?
This code example shows how to fine-tune Wav2Vec 2.0 on the Keyword Spotting task using Hugging Face Transformers. Additionally, it also shows best practices for Hugging Face Datasets.
This code example shows how to pre-train BERT using Hugging Face transformers on NSP + MLM task. Additionally, it also shows best practices for Hugging Face Datasets.
Hi, I have updated the video transformers example with links to model & space on Hugging Face hub. While trying to save and re-load the model, I faced few errors....
Here the text location of broken link [efficientnet_weight_update_util.py](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/keras/applications/efficientnet_weight_update_util.py) Could not find the official link to make a PR . Unofficial link - https://github.com/MarkusRosen/keras-efficientnet-regression/blob/master/efficientnet_weight_update_util.py
This code example shows how to fine-tune T5 on the abstraction summarization task using Hugging Face Transformers. Additionally, it also shows best practices for Hugging Face Datasets.
Hi, I have updated the ShiftViT example with links to model & space on Hugging Face Hub. (cc: @merveenoyan ) While working on setting up a demo space for ShiftViT,...
Currently when the `cyclegan.py` example is run the following error occurs when the model is being saved in the ModelCheckpoint callback. ``` Traceback (most recent call last): File "cyclegan.py", line...
This code example shows how to fine-tune RoBERTa for sentiment span extraction using Hugging Face Transformers. Additionally, it also shows best practices for Hugging Face Datasets. This is part of...