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

about dataset #2

Open
jingyj203 opened this issue Oct 13, 2022 · 1 comment
Open

about dataset #2

jingyj203 opened this issue Oct 13, 2022 · 1 comment

Comments

@jingyj203
Copy link

jingyj203 commented Oct 13, 2022

No description provided.

@manuelalejandr
Copy link

I can't run your algorithm.

I downloaded CIFAR10 with pytorch with

from torchvision import datasets
from torchvision.transforms import ToTensor
train_data = datasets.CIFAR10(
    root="data", 
    train=True, 
    download=True, 
    transform=ToTensor(), # images come as PIL format, we want to turn into Torch tensors
    target_transform=None 
)

Then I run python generate_sim.py --data_set cifar10 --data_path data --sim_path /content/UHSCM/ and the answer was FileNotFoundError: [Errno 2] No such file or directory: 'data.mat'

Can you show me how to download CIFAR10 to use with your algorithm?

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

2 participants