MCPcopy Create free account
hub / github.com/MoonInTheRiver/DiffSinger / __init__

Method __init__

utils/hparams.py:10–12  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

8
9class Args:
10 def __init__(self, **kwargs):
11 for k, v in kwargs.items():
12 self.__setattr__(k, v)
13
14
15def override_config(old_config: dict, new_config: dict):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected