Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI
/ items
Method
items
infer/lib/train/utils.py:459–460 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
457
return
self.__dict__.keys()
458
459
def
items(self):
460
return
self.__dict__.items()
461
462
def
values(self):
463
return
self.__dict__.values()
Callers
7
get_f0
Method · 0.80
locale_diff.py
File · 0.80
_unscale_grads_
Function · 0.80
go
Function · 0.80
load_checkpoint
Function · 0.80
summarize
Function · 0.80
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected