Simple library to log and monitor experiments
pip install . --user
- Follow example_1.py in tests folder
- Create a telegram bot
- Paste its token into tests/telegram_token.txt
- Send a message to it from your account
- Visit https://api.telegram.org/bot<BOT_TOKEN>/getUpdates to get your id
- Paste your id into tests/chat_id.txt
- (or ignore example_1.py and pass it manually)