MCPcopy
hub / github.com/andabi/deep-voice-conversion / _auto_setting

Method _auto_setting

hparam.py:64–68  ·  view source on GitHub ↗
(self, case)

Source from the content-addressed store, hash-verified

62 self._auto_setting(case)
63
64 def _auto_setting(self, case):
65 setattr(self, 'case', case)
66
67 # logdir for a case is automatically set to [logdir_path]/[case]
68 setattr(self, 'logdir', '{}/{}'.format(hparam.logdir_path, case))
69
70hparam = Hparam()

Callers 1

set_hparam_yamlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected