from Hacker News

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

by valine on 4/21/25, 12:21 AM with 7 comments

  • by NitpickLawyer on 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 pizza on 4/21/25, 4:34 AM

    Tensor visualizer app itself already looks pretty interesting