Welcome to Deep Glue

Deep Glue provides common utilities for pytorch-based deep learning projects. It's a way to keep the useful stuff together in one place to simplify workflows.
Our main guiding principle is that the code should be readable and easy to use.
Install Deep Glue with pip install deepglue. Import deep glue as dg.
To test out deep glue on a sample project, try out the demo notebook.
This is pre-alpha -- a rapidly changing work in progress -- expect breaking changes.
Features
Currently the main features focus on:
- Train and test workflows
- Plotting and visualization
- File wrangling
Check out Usage for more on how to use Deep Glue. To inspect the different functions available see the API page.