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

Method __init__

modules/parallel_wavegan/layers/upsample.py:50–52  ·  view source on GitHub ↗

Initialize Conv2d module.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

48 """Conv2d module with customized initialization."""
49
50 def __init__(self, *args, **kwargs):
51 """Initialize Conv2d module."""
52 super(Conv2d, self).__init__(*args, **kwargs)
53
54 def reset_parameters(self):
55 """Reset parameters."""

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected