Skip to content

Commit

Permalink
Update dataset link
Browse files Browse the repository at this point in the history
Updated dataset link
  • Loading branch information
sachinprasadhs committed Jul 5, 2023
1 parent 0e561e4 commit d820ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/vision/handwriting_recognition.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""

"""shell
wget -q https://git.io/J0fjL -O IAM_Words.zip
wget -q https://github.com/sayakpaul/Handwriting-Recognizer-in-Keras/releases/download/v1.0.0/IAM_Words.zip
unzip -qq IAM_Words.zip
mkdir data
Expand All @@ -44,7 +44,7 @@
## Imports
"""

from tensorflow.keras.layers.experimental.preprocessing import StringLookup
from tensorflow.keras.layers import StringLookup
from tensorflow import keras

import matplotlib.pyplot as plt
Expand Down

0 comments on commit d820ded

Please sign in to comment.