nashory / progressive-growing-torch

Torch implementation of "PROGRESSIVE GROWING OF GANS FOR IMPROVED QUALITY, STABILITY, AND VARIATION"
MIT License
36 stars 8 forks source link

Minibatch discrimination #1

Open nashory opened 6 years ago

nashory commented 6 years ago

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

nashory commented 6 years ago

The paper used simplified version of minibatch discrimination. There are no learnable parameters for their implementation by computing the std for each feature in each spatial location over the minibatch.