distiller icon indicating copy to clipboard operation
distiller copied to clipboard

How to train my original dataset in distiller?

Open priNs0123 opened this issue 4 years ago • 1 comments

Does anyone know how to apply my original dataset to distiller? It seems that Distiller only supports very basic dataset like MNIST, cifar10 and Imagenet.

priNs0123 avatar Sep 10 '21 04:09 priNs0123

simple, just modify dataloading codes by your own, because there seems no APIs about extending user-defined datasets

TigerVersusT avatar Nov 19 '21 03:11 TigerVersusT