Skip to content

guoshengcv/pydlt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning Toolbox for PyTorch

PyDLT is a set of tools aimed to make experimenting with PyTorch easier (than it already is).

Documentation is available here.

Installation

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

About

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.

Contact

Demetris Marnerides: [email protected]

About

PyTorch based Deep Learning Toolbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%