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

Minibatch discrimination

Open nashory opened this issue 7 years ago • 1 comments

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

nashory avatar Oct 30 '17 04:10 nashory

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.

nashory avatar Oct 31 '17 02:10 nashory