MCPcopy Create free account
hub / github.com/IceClear/StableSR / __init__

Method __init__

basicsr/utils/diffjpeg.py:102–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

100 """
101
102 def __init__(self):
103 super(BlockSplitting, self).__init__()
104 self.k = 8
105
106 def forward(self, image):
107 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected