Telegram bot to give you constant training updates. Using this bot you don't need to sit in front of PC to montior the training updates, it sends you on you phone.
- Get updates on train and test metrices like loss, accuracy, etc
- Limit access to only specific user.
- pip install python-telegram-bot --upgrade
- Here I have included sample neural network created in pytorch (mnist.py) for your reference.
- pytorch_bot.py contains bot files include this bot file in your project for use.
- First, create a Telegram bot using BotFather on the Telegram app Link to CreateBot
- You can supply a user_id to restrict interaction with your bot only to a specific user. This is highly recommended.
-
- Open the Telegram app
- Search for the userinfobot user (@userinfobot):
- Start a conversation with the bot and get your user id
-