Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
except
ImportError:
48
# If tqdm is not available, provide a mock version of it
49
def
tqdm(x):
50
return
x
51
52
from
pytorch_fid.inception
import
InceptionV3
53
Callers
1
get_activations
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected