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

Example 'mmnist' run not working #26

Closed
ajikmr opened this issue Jun 23, 2023 · 2 comments
Closed

Example 'mmnist' run not working #26

ajikmr opened this issue Jun 23, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@ajikmr
Copy link

ajikmr commented Jun 23, 2023

Hello.

I just installed OpenSTL and tried to run 'mmnist' example case given in your documentation.

/*******/OpenSTL/data has following files

ls data/moving_mnist/
mnist_cifar_test_seq.npy mnist_cifar_test_seq.npy.tar mnist_test_seq.npy train-images-idx3-ubyte.gz


Error message when I run mmnist case using command given in your documentation. 'dataloader.py' does not seem to have handle for mmnist.

File "//OpenSTL/tools/train.py", line 40, in
exp = BaseExperiment(args)
File "/
/OpenSTL/openstl/api/train.py", line 48, in init
self._preparation()
File "//OpenSTL/openstl/api/train.py", line 129, in _preparation
self._get_data()
File "/
/OpenSTL/openstl/api/train.py", line 199, in _get_data
get_dataset(self.args.dataname, self.config)
File "/**/OpenSTL/openstl/utils/main_utils.py", line 151, in get_dataset
return load_data(config)
File "/
/OpenSTL/openstl/datasets/dataloader.py", line 43, in load_data
raise ValueError(f'Dataname {dataname} is unsupported')
ValueError: Dataname mmnist is unsupported

@chengtan9907
Copy link
Owner

Thank you for your interest in our work and the questions you raised. A few days ago, while updating the code, we accidentally deleted the dataloader for Moving MNIST. We have now fixed this issue, and you can try git pull the newest code.

Please refer to the commit: 3434e0a

@ajikmr
Copy link
Author

ajikmr commented Jun 23, 2023

Thanks you very much for your prompt response.

@ajikmr ajikmr closed this as completed Jun 23, 2023
@Lupin1998 Lupin1998 added the bug Something isn't working label Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants