Deep-SAD-PyTorch
Deep-SAD-PyTorch copied to clipboard
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?
I have the same issue. Any solution? @lukasruff
I have the same issue. Any solution? @lukasruff
I guess it is the issue of torch version. It is ok when I am using torch==1.5.0