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
File "/SVDD/Deep-SAD-PyTorch/src/datasets/mnist.py", line 66, in init
self.semi_targets = torch.zeros_like(self.targets)
AttributeError: 'MyMNIST' object has no attribute 'targets
I faced with an issue with reading dataset:
File "/SVDD/Deep-SAD-PyTorch/src/datasets/mnist.py", line 66, in init
self.semi_targets = torch.zeros_like(self.targets)
AttributeError: 'MyMNIST' object has no attribute 'targets
Any hint?