Organizing files in train/test directories
For a prototype model I'm writing that involves a multi-class problem with
facial images, I've found the need to use some basic Python code to organize my
image files and partition them into train and test directories. I thought it
might be helpful to post this