Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/NeuralNLP-NeuralClassifier
/ forward
Method
forward
model/classification/classifier.py:129–130 ·
view source on GitHub ↗
(self, batch)
Source
from the content-addressed store, hash-verified
127
param_group[
"lr"
] = 0
128
129
def
forward(self, batch):
130
raise
NotImplementedError
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected