Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google drive no longer contains the files #1

Open
EngrStudent opened this issue Feb 10, 2022 · 0 comments
Open

google drive no longer contains the files #1

EngrStudent opened this issue Feb 10, 2022 · 0 comments

Comments

@EngrStudent
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant