Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/FineMoGen
/ encode
Method
encode
mogen/models/architectures/vae_architecture.py:30–32 ·
view source on GitHub ↗
(self, pose)
Source
from the content-addressed store, hash-verified
28
return
latent_code
29
30
def
encode(self, pose):
31
mu, logvar = self.encoder(pose)
32
return
mu
33
34
def
forward(self, **kwargs):
35
motion = kwargs[
'motion'
].float()
Callers
1
collect_results_cpu
Function · 0.45
Calls
no outgoing calls
Tested by
1
collect_results_cpu
Function · 0.36