baldFemale

Results 2 issues of baldFemale

I’m puzzled since your already use a 70X70 patch discriminator in gen_discriminator but you still use random crop to build another “patch discriminator ”. I guess 70X70 is the size...

It seems that[ nearest neighbor](https://github.com/gabrieltseng/datascience-projects/blob/master/computer_vision/style_neural_network/Histogram%20Loss.ipynb) brings more fluctuation. Did you try other methods such as bilinear interpolation to match the histograms?