amoodie / StratGAN

Coupling a generative adversarial network with image quilting to produce basin-scale realizations of fluvial stratigraphy.
MIT License
10 stars 2 forks source link

Feed_dict use, MNIST application, more #4

Closed amoodie closed 6 years ago

amoodie commented 6 years ago

Working feed_dict use in conjunction with the Dataset object. This seems decently fast, but either way, I don't know how to avoid it, considering that calling the ops which use the Dataset batches consumes the value and they can't be used again.

I have also implemented a way to easily pipe in the MNIST data to evaluate the model. I will work on adding more "overriders" to make the MNIST reliably converge.

Added a histogram summary for input x data.