Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
9
class
Args:
10
def
__init__(self, **kwargs):
11
for
k, v in kwargs.items():
12
self.__setattr__(k, v)
13
14
15
def
override_config(old_config: dict, new_config: dict):
Callers
1
set_hparams
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected