-
Notifications
You must be signed in to change notification settings - Fork 28
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
can't load other datasets in ST-SSL_Dataset #1
Comments
I would like to share that I successfully loaded BJTaxi test data using the following code. It worked for me. Additionally, I would like to mention that my numpy version is 1.23.1. import numpy as np
data = np.load('./BJTaxi/test.npz')
for file in data.files:
print(file, data[file].shape) If you could share any specific error messages or log files related to the issue, it would greatly help in identifying the problem. |
can't load other datasets in ST-SSL_Dataset with numpy 1.22.0. and the error is as follows:
|
How do you download the data? If you download from ST-SSL_Dataset, please ensure you use the Specifically, you have to get these data files pulled using git-lfs.
Otherwise, the |
You'd better get these data files pulled using git-lfs.
Otherwise, the |
I download all datasets from ST-SSL_Dataset.
when I load BJTaxi in ST-SSL_Dataset:
Failed to interpret file '../ST-SSL_Dataset/NYCBike1/test.npz' as a pickle.
my numpy version is 1.23.3
The text was updated successfully, but these errors were encountered: