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
To train with grayscale images, transforms.ToTensor()(Image.open(x).convert('L')) and out_dim: 1 should be adjusted accordingly.
Besides, should we also modify sample_q: 2304?
The text was updated successfully, but these errors were encountered:
To train with grayscale images,
transforms.ToTensor()(Image.open(x).convert('L'))
andout_dim: 1
should be adjusted accordingly.Besides, should we also modify
sample_q: 2304
?The text was updated successfully, but these errors were encountered: