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
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
The text was updated successfully, but these errors were encountered:
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 existThe text was updated successfully, but these errors were encountered: