A speaker classification neural network:
main.py: Initialise the data and start training, save the result in 'mytraining.pt' in each epoch.
test.py: Show the accuracy of training. Load the result from 'mytraining.pt'.
continue: Load the dataset and the result from 'mytraining.pt' and continue training until a given offset of accuracy is reached.