Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TencentARC/MotionCtrl
/ decode
Method
decode
lvdm/models/autoencoder.py:212–213 ·
view source on GitHub ↗
(self, x, *args, **kwargs)
Source
from the content-addressed store, hash-verified
210
return
x
211
212
def
decode(self, x, *args, **kwargs):
213
return
x
214
215
def
quantize(self, x, *args, **kwargs):
216
if
self.vq_interface:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected