Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
run_k_nearest_neighbor
Method · 0.80
validate_classifier
Method · 0.80
prepare_generator
Method · 0.80
apply_standing_statistics
Function · 0.80
make_GAN_untrainable
Function · 0.80
generate_images_and_stack_features
Function · 0.80
sample_images_from_loader_and_stack_features
Function · 0.80
stack_features
Function · 0.80
eval_dataset
Function · 0.80
prepare_moments
Function · 0.80
prepare_real_feats
Function · 0.80
calculate_moments
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected