Yet another deep learning framework to train and validate models with Pytorch, for lightweight academic research purposes.
Chinopie (py) is a python implementation of Chino.
Still working in progress. The API is unstable and will change rapidly.
You may want to check the dev branch for the latest updates.
- Be easy to the starter. Be clear to the experienced.
- Easy to decouple.
- Handle dirty works in deep learning.
- Decouple your designs and scripts with
MoudleandRecipe. - Unified file management with
Helper, covering your checkpoints, data, states, logs and more. - Code as note. Scene
Snapshotcatches your academic progress automatically. Bootstrapyour model with auto optimization and many strategies if you know them.- Bulit-in lightweight distributed data
parallelization.
See example for a quick start.