Skip to content

Commit

Permalink
Fixed the broken link in handwriting_recognition.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tilakrayal authored Feb 8, 2024
1 parent 817a9b6 commit a03c28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vision/handwriting_recognition.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def clean_labels(labels):
### Building the character vocabulary
Keras provides different preprocessing layers to deal with different modalities of data.
[This guide](https://keras.io/guides/preprocessing_layers/) provides a comprehensive introduction.
[This guide](https://keras.io/api/layers/preprocessing_layers/) provides a comprehensive introduction.
Our example involves preprocessing labels at the character
level. This means that if there are two labels, e.g. "cat" and "dog", then our character
vocabulary should be {a, c, d, g, o, t} (without any special tokens). We use the
Expand Down

0 comments on commit a03c28e

Please sign in to comment.