MCPcopy Create free account
hub / github.com/google-research/scenic / encode

Method encode

scenic/projects/vid2seq/models.py:121–122  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

119 config: ml_collections.ConfigDict
120
121 def encode(self, *args, **kwargs):
122 raise NotImplementedError('Subclasses must implement encode.')
123
124 def decode(self, *args, **kwargs):
125 raise NotImplementedError('Subclasses must implement decode.')

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected