MCPcopy Create free account
hub / github.com/NVlabs/SPADE / load_obj

Function load_obj

util/util.py:23–25  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

21
22
23def load_obj(name):
24 with open(name, 'rb') as f:
25 return pickle.load(f)
26
27# returns a configuration for creating a generator
28# |default_opt| should be the opt of the current experiment

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected