Hi, 

I got the exactly error when I running TF SSD-ResNet34 model download from 
https://github.com/mlperf/inference/tree/master/vision/classification_and_detection

I use ./incubator-tvm/tests/python/frontend/tensorflow/test_forward.py  
test_forward_ssd() to do the test.

I just modify model_path, shape, in_node and out_node
```
model_path = './tf_ssd_resnet34_22.1/resnet34_tf.22.1.pb' 
data = np.random.uniform(0.0, 255.0, size=(1, 3, 1200, 1200)).astype('float32')
in_node = "image"
out_node = ['detection_bboxes', "detection_scores", "detection_classes"]
```





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/can-slice-from-relay-support-empty-result/5889/11)
 to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/f099b22e1b94bfcb7d6190789b1e470c1efec738bf4b0bd78af2d35852b58bf8).

Reply via email to