Skip to main content

Emacs recipe for starting tensorboard server

tensorboard is a quite popular among deep learning practitioners for experiment tracking. I also use it often, but what was bothering me for a while was to start the server (using tensorboard command) on one emacs buffer every time I want to track something. It gets tedious very quickly considering restarts as well. So, I've written a tiny elisp recipe to start/restart tensorboard directly from the (Python) file buffer (python-mode) in emacs.

Read more…