Metadata-Version: 2.1
Name: vino
Version: 0.0.2
Summary: vino
Author: Peter G. Mikhael
Author-email: 
Project-URL: Source, https://github.com/pgmikhael/vino/
Project-URL: Tracker, https://github.com/pgmikhael/vino/issues
Platform: any
Classifier: Programming Language :: Python
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
License-File: LICENSE.txt
Requires-Dist: importlib-metadata ; python_version < "3.8"
Provides-Extra: testing
Requires-Dist: setuptools ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: flake8 ; extra == 'testing'
Requires-Dist: mypy ; extra == 'testing'
Requires-Dist: black ; extra == 'testing'

# <img src="/assets/purple-grape-vine.svg " width="128"> vino

a template for deep learning research projects



### Features

- [x] grid search
- [ ] class-level args
- [x] callbacks
- [ ] logging
    - [x] Comet ML
- [ ] hyperparameter optimization with Ray
- [x] standard formatting (autodocstring + black)
- [ ] tests

