MCPcopy Index your code
hub / github.com/POSTECH-CVLab/PyTorch-StudioGAN / eval

Method eval

src/metrics/preparation.py:100–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98 pass
99
100 def eval(self):
101 self.model.eval()
102
103 def get_outputs(self, x, quantize=False):
104 if quantize:

Callers 14

validate_classifierMethod · 0.80
prepare_generatorMethod · 0.80
make_GAN_untrainableFunction · 0.80
stack_featuresFunction · 0.80
eval_datasetFunction · 0.80
prepare_momentsFunction · 0.80
prepare_real_featsFunction · 0.80
calculate_momentsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected