←back to thread

77 points valine | 2 comments | | HN request time: 0.001s | source
Show context
pizza ◴[] No.43748523[source]
Tensor visualizer app itself already looks pretty interesting
replies(2): >>43748543 #>>43751719 #
valine ◴[] No.43748543[source]
Thanks, I will do a deep writeup on that at some point.
replies(1): >>43748970 #
1. kombine ◴[] No.43748970[source]
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.
replies(1): >>43749000 #
2. valine ◴[] No.43749000[source]
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.