Live data from Hacker News

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

github.com

1–10 of 11 posts

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

#8
post #5
post #4

Tensor visualizer app itself already looks pretty interesting

Thanks, I will do a deep writeup on that at some point.

Are you running both DearImGui visualisation and training locally? If not, how can one use it in the client-server mode? I think this is the most common requirement for visualisation libraries in Deep Learning.

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

#9
post #8
post #5

Earlier quoted context omitted.

Thanks, I will do a deep writeup on that at some point.

Are you running both DearImGui visualisation and training locally? If not, how can one use it in the client-server mode? I think this is the most common requirement for visualisation libraries in Deep Learning.

The rendering is done with OpenGL, and for remote viewing I just render to an offscreen framebuffer and stream it back to the client with WebRTC. The code for that isn’t public yet, still needs some cleanup.
Post reply on HN