Added additional colors for bar plots (needed for Face Differentiation analysis)
Chores
Added initialize function to job to reduce number of variables that need to be passed between functions, centralizing job information into the job objects themselves
Simplified brain.train and brain.test params to use job object
Moved all callback-related code into callbacks.py
Moved central logic into NETT.run, modularizing the code into their respective pieces
DUDE! This make everything so much more readable. I won't have a chance to test anything on the server until after my 8pm class, but what a huge step. Thank you!
Bug Fixes
Chores