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

Error loading data #2

Open
Hjwinging opened this issue Jul 13, 2023 · 3 comments
Open

Error loading data #2

Hjwinging opened this issue Jul 13, 2023 · 3 comments

Comments

@Hjwinging
Copy link

Hello, I appreciate the author's generosity. I have encountered an issue while loading the Omniglot dataset. This error occurred during the loading process.
253144193-b379927a-b952-424a-88bf-f2b8acae1170

@tlimbacher
Copy link
Member

Hi, this seems like a Linux vs. Windows path issue. Try setting the command line argument --path to .\data instead of ./data.

@Hjwinging
Copy link
Author

But I'm running the omniglot_one_shot_task.py file directly using PyCharm. I think there might be an issue with the download link for the dataset.

@Hjwinging
Copy link
Author

I'm sorry, I made a mistake in my previous judgment. The address provided by the author is correct. Then, I ran the code of the omniglot_dataset.py file. The issue is focused on line 171 where data = urllib.request.urlopen(url) is used. This line does not return any value to the data variable. When I tried to output the data variable, it resulted in an error. I need help from the author to resolve this. What should I do?
image

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

2 participants