IGITUGraz/MemoryDependentComputation

Error loading data

Hjwinging opened this issue · 3 comments

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

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

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.

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