Could you explain what we're seeing in samples-*.png?  For example, this is a 256x320 png output when training using CIFAR10: ``` python train.py --hps cifar10 ``` It's 8x10 but which are the originals? Why do I see 7 of the same image top to bottom and then 3 new ones?
Could you explain what we're seeing in samples-*.png?
For example, this is a 256x320 png output when training using CIFAR10:
It's 8x10 but which are the originals? Why do I see 7 of the same image top to bottom and then 3 new ones?