improved-gan icon indicating copy to clipboard operation
improved-gan copied to clipboard

Inference mode vs training mode

Open guiandrade2 opened this issue 3 years ago • 0 comments

I don't know if this question belongs here, but I am currently making a custom tf keras gan with feature matching loss and I am struggling to understand when to use inference mode on a model, that is, making use of training layers like dropout and updating batch norm parameters. This goes both for discriminator and generator as I understand that they should be trained separately.

guiandrade2 avatar Jul 05 '21 17:07 guiandrade2