Build a model of tf1 quickly from scratch. The project contains the tconfig reader, data preprocess and model runner.
- python>=3.6
- tensorflow>=1.12.0
- numpy
Dependency can be installed using the following command:
pip install -r requirements.txt
python train.py --config_filename={config_filename}
python eval.py --config_filename={saved_model_config_filename}