MCPcopy Create free account
hub / github.com/dek924/PerX2CT / AbstractEncoder

Class AbstractEncoder

taming/modules/util.py:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94
95class AbstractEncoder(nn.Module):
96 def __init__(self):
97 super().__init__()
98
99 def encode(self, *args, **kwargs):
100 raise NotImplementedError
101
102
103class Labelator(AbstractEncoder):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected