MCPcopy Index your code
hub / github.com/MoonInTheRiver/DiffSinger / Args

Class Args

utils/hparams.py:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
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 1

set_hparamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected