MathGaron / pytorch_toolbox

Boiler plate code for pytorch. Train/Validation loops, visualization etc. For research.
MIT License
10 stars 3 forks source link

setup.py does not install packages #31

Closed weberhen closed 5 years ago

weberhen commented 5 years ago

When I do python setup.py install, the packages listed under setup.py are not installed. I normally use setup from setuptools and it works as expected. Should we (or I) change it?

jacenfox commented 5 years ago

Maybe this could fix the installl ‘from setuptools import setup‘, need to validate