Project code for Udacity's AI Programming with Python Nanodegree program. In this project, students first develop code for an image classifier built with PyTorch, then convert it into a command line application.
- Design a CNN using Pytorch to classify the flower data set.
- Train the CNN and achieve at least 70%
- Once the network is trained save the model
- Load the model and using an image from the test data set predict
- Train the network.
- Save the checkpoint.
- Load the checkpoint.
- Using a filePredict the name.