Bhagyesh Vikani

Results 4 comments of Bhagyesh Vikani

Hello @robonetphy You can specify layer and the class index for which you want to generate deepdream visualization. `is_success = deepdream_visualization(sess_graph_path = tf.get_default_graph(), value_feed_dict = {t_input : im}, layer=layer, classes...

Hello @wildpig22, Here is the small snippet to import the coco model graph : ``` import tensorflow as tf import os # download ssdlite_mobilenet_v2_coco model if not if not os.path.exists("./ssdlite_mobilenet_v2_coco_2018_05_09.tar.gz"):...

@endeepak Not yet. But we are working on that. Can you please provide the name of the last output layer in the graph?