Skip to main content

Using MNIST-ROT Dataset in PyTorch

BigBookLess than 1 minutePyTorchMNIST-ROTDeep LearningNeural Network Training

mnist-rot example images
mnist-rot example images

Dataset Download Link: MNIST-ROTopen in new window

Introduction

As was depicted in paper PDO-eConvsopen in new window, MNIST-rot-12k is the most commonly used dataset for validating rotation equivariant algorithms. So if you are interested in the rotation equivariant algorithms research, this Dataset maybe helpful.

Turn to DataLoader Code.

Last update:
Contributors: Xuling Chang