1# you should run these tests whenever you make changes to any of the train*.py files within this directory 2# running these tests takes around 10 minutes on my machine 3cd mixed_mm 4python test_mixed_mm.py 5cd ../pad_mm 6python test_pad_mm.py 7cd ../ 8