Creation or fine-tuning a CNN classifier
To create a model and train this model the following files are used
train_network.pyand
my_model.pyAlexnet moedel is fine-tuned on
fine_tuning.pyTo test the accuracy of the models the file
accuracy_test.pyNote that the training and testing data will be different for each file