diff --git a/examples/image_ocr.py b/examples/image_ocr.py index 15d201128..04d13ee14 100644 --- a/examples/image_ocr.py +++ b/examples/image_ocr.py @@ -416,7 +416,7 @@ def train(run_name, start_epoch, stop_epoch, img_w): input_shape = (img_w, img_h, 1) fdir = os.path.dirname(get_file('wordlists.tgz', - origin='http://www.isosemi.com/datasets/wordlists.tgz', untar=True)) + origin='http://www.mythic-ai.com/datasets/wordlists.tgz', untar=True)) img_gen = TextImageGenerator(monogram_file=os.path.join(fdir, 'wordlist_mono_clean.txt'), bigram_file=os.path.join(fdir, 'wordlist_bi_clean.txt'),