MCPcopy Index your code
hub / github.com/LargeWorldModel/LWM / decode

Method decode

lwm/vqgan.py:55–56  ·  view source on GitHub ↗
(self, encoding)

Source from the content-addressed store, hash-verified

53 return self._encode(pixel_values)
54
55 def decode(self, encoding):
56 return self._decode(encoding)
57
58
59class VQGANConfig(PretrainedConfig):

Callers 8

encode_and_trimMethod · 0.45
insert_needleMethod · 0.45
run_testMethod · 0.45
encode_and_trimMethod · 0.45
insert_needleMethod · 0.45
run_testMethod · 0.45
generate_first_frameFunction · 0.45
generate_video_predFunction · 0.45

Calls 1

_decodeMethod · 0.95

Tested by

no test coverage detected