Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 645 Bytes

File metadata and controls

6 lines (5 loc) · 645 Bytes

To run this:

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