Batch norm
This adds the following features/fixes
-
possible to add batch normalization layers to the BasicCNN network
-
BasicCNN can save training and validation accuracy to ascii file during training
-
method _check_accuracy splits data into smaller chunks to avoid memory allocation error
OBS: Remember to update development log