Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LTH14/mar
/ decode
Method
decode
models/vae.py:481–484 ·
view source on GitHub ↗
(self, z)
Source
from the content-addressed store, hash-verified
479
return
posterior
480
481
def
decode(self, z):
482
z = self.post_quant_conv(z)
483
dec = self.decoder(z)
484
return
dec
485
486
def
forward(self, inputs, disable=True, train=True, optimizer_idx=0):
487
if
train:
Callers
1
evaluate
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected