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

pass the `is_training` flag to the batch norm function #9

Open amoodie opened 6 years ago

amoodie commented 6 years ago

this seems to be working with the commit c59913af74f020ac528e3da1602dfc297a427399

I still want to take time to verify with print statement that the flag is being evaluated properly once I set up the sampler function in the StratGAN class.