tflearn icon indicating copy to clipboard operation
tflearn copied to clipboard

Inconsistent API: MNIST CIFAR10

Open kingjr opened this issue 6 years ago • 0 comments

There seems to be an inconsistent API between mnist and cifar10:

X, Y, Xtest, Ytest = tflearn.datasets.mnist.load_data(one_hot=True)
(X, Y), (Xtest, Ytest) = tflearn.datasets.cifar10.load_data(one_hot=True)

kingjr avatar Nov 14 '18 17:11 kingjr