-
Notifications
You must be signed in to change notification settings - Fork 20
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
AttributeError: module 'torchvision.datasets' has no attribute 'matcifar' #1
Comments
Hi @YushiChen , thanks for releasing the code. But I also have the problem with AttributeError: module 'torchvision.datasets' has no attribute 'matcifar'.But I can't find 'matcifar' in the document of 'torchvision.datasets'. Need your help. Thanks very much. |
@YushiChen Hello, I have recently reproduced the code in your thesis, but there is a section that uses 'torchvision.datasets.matcifar()'. I have seen a lot of information and haven't seen this function. Can you introduce it? Thank you! |
what's your version of tensorflow |
have anyone solve this problem ? |
1 similar comment
have anyone solve this problem ? |
have anyone solve this problem now? |
Hi @YushiChen , thanks for releasing the code. Really enjoy your paper. Here I have a problem and hope to get your help. The training was stoped by AttributeError: module 'torchvision.datasets' has no attribute 'matcifar'.But I can't find 'matcifar' in the document of 'torchvision.datasets'.
https://pytorch.org/docs/stable/torchvision/datasets.html#cifar
Could you tell me how can l solve this problem.Thanks very much,
The text was updated successfully, but these errors were encountered: