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

Method decode

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

Source from the content-addressed store, hash-verified

122 raise NotImplementedError('Subclasses must implement encode.')
123
124 def decode(self, *args, **kwargs):
125 raise NotImplementedError('Subclasses must implement decode.')
126
127
128class DenseVideoCaptioningModule(EncoderDecoderModule):

Callers 3

clip_tokenizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected