PyDLT is a set of tools aimed to make experimenting with PyTorch easier (than it already is).
Documentation is available here.
Make sure you have PyTorch installed. OpenCV is also required:
conda install -c menpo opencv
PyDLT can be installed using conda:
conda install -c demetris pydlt
Or from source:
git clone https://github.com/dmarnerides/pydlt.git
cd pydlt
python setup.py install
I created this toolbox while learning Python and PyTorch, after working with (Lua) Torch, to help speed up experiment prototyping.
If you notice something is wrong or missing please do a pull request or open up an issue.
Demetris Marnerides: [email protected]