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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
[0.4.0] - 2021-09-09
Added
EMNISTDataModule
,BinaryEMNISTDataModule
, andBinaryEMNIST
dataset (Add EMNISTDataModule #676)Changed
pin_memory=False
,shuffle=False
andnum_workers=16
topin_memory=True
,shuffle=True
andnum_workers=0
of datamodules (Usepin_memory=True
,shuffle=True
andnum_workers=0
by default #701)Fixed
torchvision>=0.9.1
(Fix MNIST 404 with torchvision>=0.9.1 #674)This discussion was created from the release More RL and callbacks.
Beta Was this translation helpful? Give feedback.
All reactions