Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Vchitect/Latte
/ save
Method
save
tools/metrics/metric_utils.py:130–132 ·
view source on GitHub ↗
(self, pkl_file)
Source
from the content-addressed store, hash-verified
128
return
mean, cov
129
130
def
save(self, pkl_file):
131
with
open(pkl_file,
'wb'
)
as
f:
132
pickle.dump(self.__dict__, f)
133
134
@staticmethod
135
def
load(pkl_file):
Callers
8
main
Function · 0.80
main
Function · 0.80
on_save_checkpoint
Method · 0.80
main
Function · 0.80
on_save_checkpoint
Method · 0.80
main
Function · 0.80
process_video
Function · 0.80
compute_feature_stats_for_dataset
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected