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

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** ![image](https://user-images.githubusercontent.com/31360468/169629259-4cb1098c-a4da-4ee2-ac59-9b87b61ee3d7.png) **TensorFlow Docs** ![image](https://user-images.githubusercontent.com/31360468/169629293-2675ce32-d0ae-4692-92f5-5ba077c66d20.png) Since ">>>" is unselectable in TensorFlow, the user...

stale
stat:contributions welcome
type:feature

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