IBM / gfmn

Pytorch code for "Learning Implicit Generative Models by Matching Perceptual Features", ICCV 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about --setEncToEval

hellog2n opened this issue · comments

Hi!
I am really grateful to your wonderful methods and source code.

I wonder that this code line, (train / eval) mode of the pretrained classifier is affecting the results.
Is there any difference results between .train() or .eval() of pretrained classifier model?