keras-io
keras-io copied to clipboard
Keras documentation, hosted live at keras.io
what nlp techniques are used?
I was trying to implement tensorflow add-ons beam search decoder in my existing char level seq2seq model. TensorFlow addons Beam search decoder. [https://www.tensorflow.org/addons/api_docs/python/tfa/seq2seq/BeamSearchDecoder](url) keras Character-level recurrent sequence-to-sequence model [https://keras.io/examples/nlp/lstm_seq2seq/](url) There...
Is there a way to make ">>>" unselectable on [keras.io](http://keras.io/)? Even a copy button will suffice. **keras.io Docs**  **TensorFlow Docs**  Since ">>>" is unselectable in TensorFlow, the user...
The page linked here is great! But it is very low down - below even Contributing to Keras! We should move this, KerasCV, and KerasNLP higher.
@fchollet For some records, there are comming empty string
## Problem statement The bottom of this page: https://keras.io/api/layers/preprocessing_layers/categorical/integer_lookup/ looks incorrect (screenshot below) which seems to imply that the input source code may have incorrect syntax, but that seems to...
https://download.microsoft.com/download/3/E/1/3E1C3F21-ECDB-4869-8368-6DEBA77B919F/kagglecatsanddogs_3367a.zip it returns 404
I tried to replicate what was displayed here : https://keras.io/examples/vision/conv_lstm/ https://github.com/keras-team/keras-io/blob/master/examples/vision/conv_lstm.py I set up an environment following what was imported, for example i've these library versions: tensorflow 2.4.1 numpy 1.20.3...
Your tutorial on Video Classification with a CNN-RNN Architecture was very helpful, thank you. Could you maybe give elaborated instructions on how to retrieve other performance metrics? For example, how...