To run this:
pip3 install -r requirements.txt
- Please read the tutorial before using this, edit
parameters.py
for your needs and runtrain.py
. This will start training using the parameters you specified, you can usetensorboard
onlogs
folder to visualize your training process. - Once you trained your model, use
test.py
to evaluate and test your model.