We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When run CIFAR10_ConvClassifier_on_RotNet_NIN4blocks_Conv2_feats_K1000.py, there are some errors iin dataloader.py.
if self.dataset_name == 'cifar10': labels = self.data.test_labels if (self.split == 'test') else self.data.train_labels data = self.data.test_data if (self.split == 'test') else self.data.train_data
I found that self.data does not have attribute test_labels ,test_data, train_labels, and train_data. How to solve this? Thk.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When run CIFAR10_ConvClassifier_on_RotNet_NIN4blocks_Conv2_feats_K1000.py, there are some errors iin dataloader.py.
I found that self.data does not have attribute test_labels ,test_data, train_labels, and train_data. How to solve this? Thk.
The text was updated successfully, but these errors were encountered: