Starter project for the getting started guide. Based on this TensorFlow tutorial.
- Follow the installation guide for Fomoro.
- Clone the repo:
git clone https://github.com/fomorians/fomoro-tensorflow.git && cd fomoro-tensorflow - Create a new model:
fomoro model add - Start training:
fomoro session start -f
- Install TensorFlow.
- Clone the repo:
git clone https://github.com/fomorians/fomoro-tensorflow.git && cd fomoro-tensorflow - Run training:
python main.py
Evaluate a previously trained model: python main.py --skip-training --restore