the order in which these files are run
Closed this issue · 1 comments
epishchik commented
There are 3 main files - train.py, test.py, plot.py. You should run train.py first, then test.py, then plot.py.
Use whatever configuration you want to test. Configurations can be found in the configs folder, train.py and test.py use the same config. There are several plot configurations in the configs/plot folder.
There are many predefined run scripts in the scripts folder, just run one of them as .sh, scripts/train.sh and scripts/test.sh are scripts to train and test all possible configurations, scripts/plot.sh to plot results after training and testing.
All the results of the train / test phases are in the logs folder.