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

Method str

model/rnn.py:26–27  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

24
25 @classmethod
26 def str(cls):
27 return ",".join([cls.RNN, cls.LSTM, cls.GRU])
28
29
30class RNN(torch.nn.Module):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected