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

Function print_arch

utils/__init__.py:240–242  ·  view source on GitHub ↗
(model, model_name='model')

Source from the content-addressed store, hash-verified

238
239
240def print_arch(model, model_name='model'):
241 print(f"| {model_name} Arch: ", model)
242 num_params(model, model_name=model_name)
243
244
245def num_params(model, print_out=True, model_name="model"):

Callers

nothing calls this directly

Calls 1

num_paramsFunction · 0.85

Tested by

no test coverage detected