Menu

#DeCode

10 posts

Feed·
10 of 10 posts
My high-res image-to-video kept OOMing — turns out I was decoding outside no_grad
🖼️
0

My high-res image-to-video kept OOMing — turns out I was decoding outside no_grad

DEV Community: pytorch·shinji shimizu·3 days ago
#EF5LhD5G
#dev#decode#fullscreen#no_grad#peak#article

A 96GB GPU couldn't run 1024x768 I2V (83.5 GiB peak). The 54 GiB wasn't the model — it was an autograd graph from consuming a lazy VAE decode iterator outside no_grad. One-line fix, peak drops to 29.5 GiB, flat up to 2048x1536.

15s
Read More
SignalHop: the acoustic mesh networking stack that talks through sound
🖼️
0

SignalHop: the acoustic mesh networking stack that talks through sound

DEV Community·Aman Sachan·28 days ago
#J1RUVEVo
#networking#iot#python#signalhop#json#bytes

An acoustic modem and mesh prototype with measured encode/decode timings, round-trip proof, and an honest boundary between verified core modem work and untested multi-node mesh.

15s
Read More