Metadata-Version: 2.4
Name: cifar10_tools
Version: 0.2.0
Summary: Tools for training neural networks on the CIFAR-10 task with PyTorch and TensorFlow
License: GPLv3
License-File: LICENSE
Keywords: Python,Machine learning,Deep learning,CNNs,Computer vision,Image classification,CIFAR-10
Author: gperdrizet
Author-email: george@perdrizet.org
Requires-Python: >=3.10,<3.13
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Provides-Extra: tensorflow
Requires-Dist: numpy (>=1.24)
Requires-Dist: torch (>=2.0)
Requires-Dist: torchvision (>=0.15)
Project-URL: Documentation, https://gperdrizet.github.io/CIFAR10/README.md
Project-URL: Homepage, https://github.com/gperdrizet/CIFAR10
Project-URL: Issues, https://github.com/gperdrizet/CIFAR10/issues
Project-URL: PyPI, https://pypi.org/project/cifar10_tools
Project-URL: Repository, https://github.com/gperdrizet/CIFAR10
Description-Content-Type: text/markdown

# PyTorch: CIFAR10 demonstration
