Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JunlinHan/DCLGAN
/ forward
Method
forward
models/base_model.py:80–82 ·
view source on GitHub ↗
Run forward pass; called by both functions and .
(self)
Source
from the content-addressed store, hash-verified
78
79
@abstractmethod
80
def
forward(self):
81
""
"Run forward pass; called by both functions <optimize_parameters> and <test>."
""
82
pass
83
84
@abstractmethod
85
def
optimize_parameters(self):
Callers
1
test
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected