Show HN: Keep your PyTorch model in VRAM by hot swapping code
by NitpickLawyer on 4/21/2025, 5:22:33 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 pizza on 4/21/2025, 4:34:10 AM
Tensor visualizer app itself already looks pretty interesting
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.