Waifu2x Index / Waifu2x / Srcnn
Auto-generated documentation for waifu2x.srcnn module.
class ResBlock(Chain):
def __init__(
self,
in_channels,
out_channels,
slope: float = 0.1,
r: int = 16,
se: bool = False,
) -> None: ...class ResNet10(Chain):
def __init__(self, ch) -> None: ...class UpConv7(Chain):
def __init__(self, ch: int) -> None: ...class UpResNet10(Chain):
def __init__(self, ch) -> None: ...class VGG7(Chain):
def __init__(self, ch) -> None: ...