Built to create callable functions for usage in easily building, training, and testing CNNs.
Download the PlugAndPlay script and place it in the folder with the CNN.
Then import with from PlugAndPlay import *
.
You can build your own function, as I have with quickUsage()
to customize the script for your specific needs.