Random-Erasing icon indicating copy to clipboard operation
Random-Erasing copied to clipboard

Updated cifar10.py and fashionmnist.py to the new PyTorch version.

Open AndreRoelofs opened this issue 3 years ago • 0 comments

Replaced deprecateed volatile keyword with torch no grad. Replaced deprecated async=True with non_blocking=True.

AndreRoelofs avatar Feb 13 '21 22:02 AndreRoelofs