including outside links for files that often don't display well on GitHub
BestStage0Model.ipynb(jupyter view): train and validate the best model
ModelExperiments.ipynb(jupyter view): messy code to try versions of the model ("how the sausage is made")
SaveMegabatch.ipynb(jupyter view): standardize clips for use as training/validation data and produce large files
SongsSliceDiceSetsWork2.ipynb (jupyter view): process each song into spectrogram and candidate tempos
eda.ipynb (jupyter view): examine training data with an eye to preprocessing and visualization
get_training_data.py: sample clips from songs and associate each clip with a candidate tempo
inferential.ipynb(jupyter view): some hypothesis tests
pace_params.py: parameters used by other files