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

Datasets #5

Open
Luffy2Github opened this issue Aug 28, 2020 · 0 comments
Open

Datasets #5

Luffy2Github opened this issue Aug 28, 2020 · 0 comments

Comments

@Luffy2Github
Copy link

Hi, I don't know how to download the GAFdatasets in the download.sh. It will cause the problem in 01_datasets.

~\Anaconda3\envs\py38\lib\site-packages\tables\file.py in init(self, filename, mode, title, root_uep, filters, **kwargs)
776
777 # Now, it is time to initialize the File extension
--> 778 self._g_new(filename, mode, **params)
779
780 # Check filters and set PyTables format version for new files.

tables\hdf5extension.pyx in tables.hdf5extension.File._g_new()

~\Anaconda3\envs\py38\lib\site-packages\tables\utils.py in check_file_access(filename, mode)
152 # The file should be readable.
153 if not os.access(filename, os.F_OK):
--> 154 raise IOError("%s does not exist" % (filename,))
155 if not os.path.isfile(filename):
156 raise IOError("%s is not a regular file" % (filename,))

OSError: /data/GAFdataset\test_train_holl.h5 does not exist

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