tensorflow / swift-models

Models and examples built with Swift for TensorFlow
Apache License 2.0
645 stars 146 forks source link

Replace usage of Batcher-based OldMNIST dataset variants #511

Closed BradLarson closed 4 years ago

BradLarson commented 4 years ago

As an intermediate stage in moving from Batcher to Epochs, @sgugger created new versions of the CIFAR-10 and MNIST datasets (and variants) and retained the existing Batcher-based datasets as OldCIFAR10 and OldMNIST (and variants) until we can move all examples off those old datasets. PR #507 removes the last references to the OldCIFAR10 dataset and that dataset. It will also remove the need for OldMNIST in Benchmarks.

In order to remove the various old MNIST datasets, the following examples also need to be updated:

xihui-wu commented 4 years ago

Done. Closing