After pulling down any changes, run make clean to clean up all temporary files.
Please make sure you are running the following version of Python:
- Python version: 3.11.7
Please install the dependencies by running the following command:
make install_requirements
Preprocess the source data to generate the training and testing data sets.
The data sets are generated in the preprocessed_data/train_set and preprocessed_data/test_set directories, with
an filename extension of .pt.
make preprocess
Take Note! Sometimes this step cannot exit automatically, even though all the data sets have been generated successfully. Be sure to press
Ctrl + Cto exit manually.
make train
Be sure to change the parameters in Makefile before running on your environment.
python train.py