MCPcopy Create free account
hub / github.com/Tencent/NeuralNLP-NeuralClassifier / str

Method str

model/classification/textrnn.py:32–34  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

30
31 @classmethod
32 def str(cls):
33 return ",".join(
34 [cls.AVG, cls.ATTENTION, cls.LAST_HIDDEN])
35
36
37class TextRNN(Classifier):

Callers 1

forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected