nanotensor.py - added module which averages accuracies across all testing files. It also calls a method which collects the model of interest and configuration file then saves files to a directory named by date and accuracy.
data.py - added a class object which signals if all files have been read through
utils.py - added methods to save files to s3
.travis.yml - update travis to send slack notifications on failed builds or switches
nanotensor.py
- added module which averages accuracies across all testing files. It also calls a method which collects the model of interest and configuration file then saves files to a directory named by date and accuracy.data.py
- added a class object which signals if all files have been read throughutils.py
- added methods to save files to s3.travis.yml
- update travis to send slack notifications on failed builds or switches