I will organize the messy project in next 2 months.
config.py
: parameters of our modelspredict.py
: load a trained model, predict for a samplestate
: usepickle
to save something generated by our model, like the model states, datasets
python train.py
to train the model