Tensorboard as a Telegram Chatbot.
The Bot should work with Python 2 & 3, but I'll assume you have pip installed.
- Install requirements:
pip install -r requirements.txt
Running tensorboard requires the packages tensorboard and tensorflow which
are not in the requirements for this package.
- You obviously need a Telegram account
- Read https://core.telegram.org/bots
- Chat with
@botfatherto create a new bot and get a associated token - Save token as file with name
tokenin the root directory
- Start tensorboard, the default Tensorbot configuration assumes you are
running it inside the dir containing the log file:
tensorboard --logdir . - Run
python bot.py. Optional arguments are--url: Tensorboard url, defaulthttp://localhost:6006--token: Your telegram bot token, default is reading the token from a file called token--run: Select the run you want to use Tensorbot with, defaults to.
/startto initiate chat and select run/runto select run/plot <scalar name>to pull most recent plot/value <scalar name>to get most recent iteration and value
