I was following this tutorial at https://www.tensorflow.org/versions/master/tutorials/image_retraining
After I went through a few hurdles, I got retrain.py running. Then I realized the new model was only able to classify images for the new categories I added. I am wondering if there is anything I did wrong here. I thought the new model should handle newly added categories in addition to the 1000 classes pre-trained for. Any input/comment is appreciated. Thanks.