krisrs1128 / clouds_dist

Simulation of low-clouds, from weather measures.
4 stars 1 forks source link

Separate methods within step #145

Closed krisrs1128 closed 4 years ago

krisrs1128 commented 4 years ago

Rearranges a single step of the train method so that it calls these methods in sequence,

(1) Take a step on generator (2) Take a step on discriminator (3) Log if necessary

krisrs1128 commented 4 years ago

Okay, this is ready for review now.