Replicates CIFAR-10 inference with GLOW model.  Here, we utilize relative perturbations, as in CelebA inference, as it appears to offer more consistent performance.

Requires pretrained model file, glow_affine_coupling.pt, within /glow.  We obtained this model as listed by the original author from http://www.cs.ox.ac.uk/people/joost.vanamersfoort/glow.zip

We also host this file at https://drive.google.com/file/d/11hBFWT926TjZTIOS8WDLsdhFJltjB2FQ/view?usp=sharing

To run, run "python cifar10_inpainting.py".  Images will be added to this directory.