Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PKU-ASAL/Simulated-Data
/ forward
Method
forward
src/Sysdig/model.py:72–74 ·
view source on GitHub ↗
(self,x)
Source
from the content-addressed store, hash-verified
70
self.decoder = Decoder(latent_dims)
71
72
def
forward(self,x):
73
z = self.encoder(x)
74
return
self.decoder(z)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected