A stone-carving yard’s first script feeds JPEG and WAV byte blobs straight into a model call. What implementation step is missing?
Select an answer to reveal the explanation.
Short Explanation
Models don’t chew sealed file envelopes—they need unpacked tensors and tokens. Wire the per-modality loaders Domain 2 already called readiness.
Full Explanation
Implementation must decode each modality into the form the network expects: image tensors, audio tensors or features, and text tokens. Feeding raw JPEG or WAV blobs is not network-ready. Helm scale and fusion vocabulary quizzes are separate concerns.