You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`# loading the data into numpy arrays
source_image_path = "../data/preprocessed_data/source.npy"
target_image_path = "../data/preprocessed_data/target.npy"
yields this: FileNotFoundError: [Errno 2] No such file or directory: '../data/preprocessed_data/source.npy'
When I look in the preprocessed data directory the text file points here: Download the source and target files from the below given gdrive link. Link: https://drive.google.com/drive/folders/1vvPenM5d2g_tafTOS-j28U7KAcUyqnFZ?usp=sharing
But google says "Error 404"
The text was updated successfully, but these errors were encountered:
this code in the notebook:
`# loading the data into numpy arrays
source_image_path = "../data/preprocessed_data/source.npy"
target_image_path = "../data/preprocessed_data/target.npy"
source = np.load(source_image_path)
target = np.load(target_image_path)`
yields this:
FileNotFoundError: [Errno 2] No such file or directory: '../data/preprocessed_data/source.npy'
When I look in the preprocessed data directory the text file points here:
Download the source and target files from the below given gdrive link. Link: https://drive.google.com/drive/folders/1vvPenM5d2g_tafTOS-j28U7KAcUyqnFZ?usp=sharing
But google says "Error 404"
The text was updated successfully, but these errors were encountered: