top | item 43748543

(no title)

valine | 10 months ago

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

discuss

order

kombine|10 months ago

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.

valine|10 months ago

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.