Skip to main content

Keras Plugins

Project description

# keras-plugins

## Callbacks

### Telegram Callback

Notify levels available:
1) on_train_begin,
2) on_train_end,
3) on_batch_begin,
4) on_batch_end,
5) on_epoch_begin,
6) on_epoch_end

##### How to use

```python
import callbacks

notify = {
'on_batch_end':True,
'on_epoch_end':True
}


telegram = callbacks.TelegramNotify(<token>, <chat_id>, msg=msg, notify=notify)

model.fit(X_train, Y_train, validation_data=[X_test, Y_test], batch_size=256, epochs=10, callbacks=[telegram])
```

## Coming Soon
1) Slack Notifier
2) Ability to stop training remotely
3) Simple Keras Server

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kerasplugins-0.1.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

kerasplugins-0.1.1-py2.py3-none-any.whl (1.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page