(name)
| 21 | |
| 22 | |
| 23 | def 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 |
nothing calls this directly
no outgoing calls
no test coverage detected