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
I got a bug when running: python tools/train.py -d mmnist --lr 1e-3 -c configs/mmnist/simvp/SimVP_gSTA.py --ex_name mmnist_simvp_gsta
As:
File "c:\users\admin\openstl\openstl\datasets\dataloader_moving_mnist.py", line 95, in init
self.dataset = load_fixed_set(root, data_name)
File "c:\users\admin\openstl\openstl\datasets\dataloader_moving_mnist.py", line 59, in load_fixed_set
dataset = np.load(path)
File "C:\Users\admin\anaconda3\envs\OpenSTL\lib\site-packages\numpy\lib\npyio.py", line 462, in load
raise ValueError("Cannot load file containing pickled data "
ValueError: Cannot load file containing pickled data when allow_pickle=False
I got these data on C:\Users\admin\OpenSTL\data, but seems the data_root is wrong.
It's dispirited that Windows is not supported. Is there any method to solve this problem?
Thanks a lot in advance.
The text was updated successfully, but these errors were encountered:
When I install OpenSTL on Windows as suggested:
I got a bug when running: python tools/train.py -d mmnist --lr 1e-3 -c configs/mmnist/simvp/SimVP_gSTA.py --ex_name mmnist_simvp_gsta
As:
File "c:\users\admin\openstl\openstl\datasets\dataloader_moving_mnist.py", line 95, in init
self.dataset = load_fixed_set(root, data_name)
File "c:\users\admin\openstl\openstl\datasets\dataloader_moving_mnist.py", line 59, in load_fixed_set
dataset = np.load(path)
File "C:\Users\admin\anaconda3\envs\OpenSTL\lib\site-packages\numpy\lib\npyio.py", line 462, in load
raise ValueError("Cannot load file containing pickled data "
ValueError: Cannot load file containing pickled data when allow_pickle=False
I got these data on C:\Users\admin\OpenSTL\data, but seems the data_root is wrong.
It's dispirited that Windows is not supported. Is there any method to solve this problem?
Thanks a lot in advance.
The text was updated successfully, but these errors were encountered: