MCPcopy
hub / github.com/mseitzer/pytorch-fid / tqdm

Function tqdm

src/pytorch_fid/fid_score.py:49–50  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

47except ImportError:
48 # If tqdm is not available, provide a mock version of it
49 def tqdm(x):
50 return x
51
52from pytorch_fid.inception import InceptionV3
53

Callers 1

get_activationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected