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