/mother_template

Mother template project independent of the deep learning framework

Primary LanguagePython

Bare bones project template without dependency on a deep learning framework with support for different configurations

Training models

python train.py <config name>

Testing trained models

python test.py <valid/test> <config name>

Warning

As this is a template project, it is not debugged and not able to run config files yet. You need to write the trainer and tester. App specific config files/data iterators should be written before training/testing models.