MCPcopy Create free account
hub / github.com/LTH14/rcg / encode

Method encode

rdm/modules/encoders/modules.py:8–9  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

6 super().__init__()
7
8 def encode(self, *args, **kwargs):
9 raise NotImplementedError
10
11
12class ClassEmbedder(nn.Module):

Callers 2

train_one_epochFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected