taki0112 / Densenet-Tensorflow

Simple Tensorflow implementation of Densenet using Cifar10, MNIST
MIT License
506 stars 196 forks source link

shuffling data #18

Open ai-porter opened 5 years ago

ai-porter commented 5 years ago

Data shuffling operation is conducted only once, I guess it should be conducted at the beginning of every epoch.