Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenhaoxing/HDNet
/ forward
Method
forward
models/base_model.py:68–70 ·
view source on GitHub ↗
Run forward pass; called by both functions and .
(self)
Source
from the content-addressed store, hash-verified
66
67
@abstractmethod
68
def
forward(self):
69
""
"Run forward pass; called by both functions <optimize_parameters> and <test>."
""
70
pass
71
72
@abstractmethod
73
def
optimize_parameters(self):
Callers
1
test
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected