download catdog data in KLMS or https://drive.google.com/file/d/1RGNDCsWGiI75Y1aLoMZ1C_AD-J9rnrce/view?usp=sharing
and unzip in workspace
original catdog_image source is https://www.kaggle.com/c/dogs-vs-cats-redux-kernels-edition/
To train a model(network):
$ python transfer_learning_tutorial.py
To test the saved model(network):
$ python CNN_test.py
