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
I have spotted an Issue not directly for this notebook but for Mac m1 users.
If you set device = torch.device("cpu") the output of show_images(xb).resize((8 * 64, 64), resample=Image.NEAREST) gives you 8 different images of butterflies.
Bit if you set device = torch.device("mps") the output of the same functions return 8 times the same butterfly.
Don´t know what's going on under the hood with torch gpu for Mac m1 yet - didn't find something googeling it.
The text was updated successfully, but these errors were encountered:
I have spotted an Issue not directly for this notebook but for Mac m1 users.
If you set
device = torch.device("cpu")
the output ofshow_images(xb).resize((8 * 64, 64), resample=Image.NEAREST)
gives you 8 different images of butterflies.Bit if you set
device = torch.device("mps")
the output of the same functions return 8 times the same butterfly.Don´t know what's going on under the hood with torch gpu for Mac m1 yet - didn't find something googeling it.
The text was updated successfully, but these errors were encountered: