Metadata-Version: 2.1
Name: bijou
Version: 0.0.3.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: hitlic
Author-email: liuchen.lic@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Requires-Dist: pytorch (>1.2)
Requires-Dist: tqdm (>4.40)
Requires-Dist: matplotlib (>3.1)

# bijou

A tool for training pytorch deep learning model which is based on fastai course and compatible with PyG models and data.

## Dependency
- pytorch > 1.2
- tqdm > 4.40
- matplotlib > 3.1

