Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepbrainai-research/float
/ __init__
Method
__init__
models/float/styledecoder.py:272–275 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
270
271
class
NoiseInjection(nn.Module):
272
def
__init__(self):
273
super().__init__()
274
275
self.weight = nn.Parameter(torch.zeros(1))
276
277
def
forward(self, image, noise=None):
278
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected