FileNotFoundError

#1
by yuwan0 - opened

when i run code '''ds = datasets.load_dataset("ydshieh/coco_dataset_script", "2017", data_dir=COCO_DIR)''', I got Error as '
File "/root/anaconda3/envs/python38/lib/python3.8/site-packages/datasets/utils/file_utils.py", line 562, in get_from_cache
raise FileNotFoundError(f"Couldn't find file at {url}")
FileNotFoundError: Couldn't find file at https://huggingface.co/datasets/ydshieh/coco_dataset_script/resolve/main/./COCO/train2017.zip
' where './COCO' is the dir i down load the COCO dataset

Sign up or log in to comment