MCPcopy Create free account
hub / github.com/NVIDIA/FastPhotoStyle / __init__

Method __init__

photo_smooth.py:16–18  ·  view source on GitHub ↗
(self, beta=0.9999)

Source from the content-addressed store, hash-verified

14
15class Propagator(nn.Module):
16 def __init__(self, beta=0.9999):
17 super(Propagator, self).__init__()
18 self.beta = beta
19
20 def process(self, initImg, contentImg):
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected