Automated testing: Add io_serial tests for 1layer and 3layer networks
Created by: ejk43
A modest change that simply adds a few serial mode tests. I first tried to include the options as a new line in the keras-models.txt file (like, "KERAS_1layer -s") but this was not compatible with the Jenkins xargs and bash scripts... I ended up using a new text file for serial mode and adding a new command to the Jenkinsfile to read in the new file.
I needed to append io type onto the "vivado_prj" sub-folder in order to not conflict with the parallel mode test. I was able to run the serial mode tests correctly without failures.
One thing to mention: when I first tried to run through all test cases, my run did not finish after 24 hours-- is this expected behavior right now? Seems to be slowing down on some of the larger serial mode tests. I'm trying again tonight to see if it was some kind of mistake and I'll save the logs to review this time...