tflearn
tflearn copied to clipboard
Inconsistent API: MNIST CIFAR10
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)