I´m trying out pytorch´s DCGAN Tutorial, using a Mac with a M1 chip.
For some reason, when loading images with the Dataloader, the resulting samples are corrupted when using: device = torch.device("mps"). But when using the device = torch.device("cpu")the result is correct
I checked that MPS is corretly configured on my environment. I´m using pytorch´s nightly build, which supports MPS acceleration on my MacOs version.
¿Is this a known issue?