Deepak Narayana Rao
Deepak Narayana Rao
Facing same issue after using `tf.train.import_meta_graph` with [ssdlite_mobilenet_v2_coco](http://download.tensorflow.org/models/object_detection/ssdlite_mobilenet_v2_coco_2018_05_09.tar.gz) model **Code** ```py sess = tf.Session() saver = tf.train.import_meta_graph('data/ssdlite_mobilenet_v2_coco_2018_05_09/model.ckpt.meta') saver.restore(sess, 'data/ssdlite_mobilenet_v2_coco_2018_05_09/model.ckpt') t_input = tf.get_default_graph().get_tensor_by_name('import/ToFloat:0') deepdream_visualization(sess_graph_path = sess, value_feed_dict = {t_input: im}, layer='import/detection_scores',...
@BhagyeshVikani were you able to get an interpretable image from `deepdream_visualization` of `ssdlite_mobilenet_v2_coco `?
Thanks @BhagyeshVikani. There are 4 output layers in this graph `detection_boxes, detection_scores, num_detections, detection_classes`. I guess `detection_scores` is the logits layer before classification(softmax) and hence makes good candidate for `deepdream_visualization...
I've observed same in 0.0.9 version. The request made by `HyperLog.pushLogs` doesn't seem to have the boundary Following is the content sent by `HyperLog.pushLogs`. Content-Disposition and boundary is missing in...
@Anurag--Singh We started using `HyperLog.getDeviceLogs(boolean deleteLogs, int batchNo);` to push logs in JSON format to our log aggregation service
/remove-lifecycle stale
Sorry, I didn't have experience in scala to contribute. At that time, I was learning elixir and ended up writing https://stubonweb.herokuapp.com/ with this requirement and few more