progressive-growing-torch icon indicating copy to clipboard operation
progressive-growing-torch copied to clipboard

Torch implementation of "PROGRESSIVE GROWING OF GANS FOR IMPROVED QUALITY, STABILITY, AND VARIATION"

Results 12 progressive-growing-torch issues
Sort by recently updated
recently updated
newest added

I am thinking about an implementation where generator is an auto-encoder. So that we can do something like pix2pix in progressive-growing fashion.

I found torch implementation of minibatch discrimination (https://github.com/qassemoquab/stnbhwd/blob/batchDisc/L1DistanceBatchMat.lua)