Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zhiyuan-R/Tiger-Diffusion
/ forward
Method
forward
modules/pvconv.py:12–13 ·
view source on GitHub ↗
(self,x)
Source
from the content-addressed store, hash-verified
10
11
class
Swish(nn.Module):
12
def
forward(self,x):
13
return
x * torch.sigmoid(x)
14
15
16
class
Attention(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected