Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yerfor/GeneFacePlusPlus
/ __init__
Method
__init__
modules/audio2motion/transformer_base.py:70–72 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
68
69
class
Permute(nn.Module):
70
def
__init__(self, *args):
71
super(Permute, self).__init__()
72
self.args = args
73
74
def
forward(self, x):
75
return
x.permute(self.args)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected