Version 1.0 Strategy - ShotaroKataoka/lampy GitHub Wiki
- What is it: Defining what work items need to happen for v1.0. From here we can determine our workback schedule.
- Authors: Shotaro Kataoka
- Spec Status: Draft
1. Overview
A LamPy is a PyTorch Framework for researcher and developer.
This framework allow us to improve developing speed for DeepLearning projects
1.1 Goals / Non-Goals
Goals
- execute
lampy new <repository-name>
and create new Pytorch template. - customize template type. (e.g.
cv
,nlp
)
Non-Goals
- Do not offer specific models. (e.g. Xception, BERT)
1.2 What is shipping in v1
2. Timeline for v1.0
- v0.0
- implement template
- v0.1-alpha
- implement generator
- v0.1-alpha
- make it stable
- v0.2-alpha
- enhance template or generator
- v0.2-beta
- make it stable
v0.0 - implement template
- v0.0.0
- initialize repository
- v0.0.1
- create template directory structure