googlecodelabs / odml-pathways

Apache License 2.0
47 stars 32 forks source link

Error in file path in Build a Comment Spam Machine Learning model codelab #27

Open navaidali opened 1 year ago

navaidali commented 1 year ago

Expected Behavior

showing error:

HTTPError Traceback (most recent call last) /usr/local/lib/python3.8/dist-packages/keras/utils/data_utils.py in get_file(fname, origin, untar, md5_hash, file_hash, cache_subdir, hash_algorithm, extract, archive_format, cache_dir) 276 try: --> 277 urlretrieve(origin, fpath, dl_progress) 278 except urllib.error.HTTPError as e: . . . .

HTTPError: HTTP Error 404: Not Found

During handling of the above exception, another exception occurred:

Exception Traceback (most recent call last) /usr/local/lib/python3.8/dist-packages/keras/utils/data_utils.py in get_file(fname, origin, untar, md5_hash, file_hash, cache_subdir, hash_algorithm, extract, archive_format, cache_dir) 277 urlretrieve(origin, fpath, dl_progress) 278 except urllib.error.HTTPError as e: --> 279 raise Exception(error_msg.format(origin, e.code, e.msg)) 280 except urllib.error.URLError as e: 281 raise Exception(error_msg.format(origin, e.errno, e.reason))

Exception: URL fetch failure on https://storage.googleapis.com/laurencemoroney-blog.appspot.com/lmblog_comments.csv: 404 -- Not Found

Actual Behavior

Steps to Reproduce the Problem

1. 1. 1.

Specifications