Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TencentARC/MotionCtrl
/ __init__
Method
__init__
lvdm/modules/x_transformer.py:542–544 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
540
541
class
Encoder(AttentionLayers):
542
def
__init__(self, **kwargs):
543
assert
'causal'
not in kwargs,
'cannot set causality on encoder'
544
super().__init__(causal=False, **kwargs)
545
546
547
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected