Tensorflow API has provided few pre-trained models and allowed us to trained them with any dataset.
I would like to know how to initialize and use multiple graphs in one tensorflow session. I want to import two trained models in two graphs and utilize them for object detection, but I am lost in trying to run multiple graphs in one session.
Is there any particular method to work with multiple graphs in one session?.
Another issue is, even if I create two different sessions for 2 different graphs and try to work with them, I end up getting similar result in the second one as of first instantiated session .