Contents
DUlib wraps PyTorch. It was developed by students and faculty at the DL@DU Project. Originally, it provided a library for training vanilla models after automatically wrangling data onto any GPU(s) that may be present. Recent versions include a framework with which researchers can quickly experiment with various flavors of networks.
Obtaining DUlib
DUlib is freely available to everyone:
- pypi.org/project/DUlib — the lastest stable release lives here.
- github.com/sj-simmons/DUlib — the upstream repo houses the latest development release along with installation notes.