Metadata-Version: 2.1
Name: torchtraineretnai
Version: 1.0.3
Summary: Deep learning trainer for PyTorch
Home-page: https://github.com/DanieleCalanna/PyTorchTrainer
Author: Daniele Calanna
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: torchnet
Requires-Dist: tqdm

Deep learning trainer for PyTorch


python setup.py sdist bdist_wheel
python -m twine upload --repository pypi dist/*

