MCPcopy
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

mainFunction · 0.80
mainFunction · 0.80
on_save_checkpointMethod · 0.80
mainFunction · 0.80
on_save_checkpointMethod · 0.80
mainFunction · 0.80
process_videoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected