You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RealNVP based training for MNIST and celeba dataset
Setup
pip install -r requirements.txt
Training
python train.py --no_cuda False --root root_path
The architecture has been taken from the official implementation from tensorflow
The inference after each epoch is generated under the sample directory