Show HN: Keep your PyTorch model in VRAM by hot swapping code

by valineon 4/21/25, 12:21 AMwith 7 comments
by NitpickLawyeron 4/21/25, 5:22 AM

We use python notebooks for that functionality in the early stages of script testing. Load a cell up top with the model, then do your stuff below, and once things look good convert it to a normal python script.

by pizzaon 4/21/25, 4:34 AM

Tensor visualizer app itself already looks pretty interesting