git clone https://github.com/Mayavan/CIFAR-10_CNN.git
Keras Python 3.6
Uncomment the models you want to build in src/createNeuralNetworkModel.py and run the file. The model will be created and saved in src/saved_models
Uncomment the model you want to train in the file src/NeuralNetwork.py. The results will be plotted and saved in the result folder.
# Use tensor board to visualize training process
tensorboard --logdir ./logs/fit/