My objective is to "add" more classes to the existing 1000 Imagenet classes that came with Tensorflow Inception. Now I could just re-run the whole thing by training from scratch using bazel-bin/inception/imagenet_train but that would take a long time especially each time I want to add a new class.
Is it possible to use bazel-bin/tensorflow/examples/image_retraining/retrain --image_dir ~/flower_photos but then add to the existing label output file? 
Sorry I am a newbie.
