[TVM Discuss] [Questions] has no attribute name_hint when importing SSD-ResNet34 from TensorFlow

2020-06-15 Thread wwwwcu via TVM Discuss
Hi, When I import SSD-Resnet34 (it is downloaded from https://github.com/mlperf/inference/tree/master/v0.5/classification_and_detection, ssd-resnet34 1200x1200 Tensorflow model) ``` import tvm from tvm import relay import tensorflow as tf from tvm.relay.frontend.tensorflow_parser import TFPars

[TVM Discuss] [Questions] Tvm.relay.build modifying its argument

2020-06-15 Thread tqchen via TVM Discuss
sorry to miss the thread during the weekend, it is certainly a bug we should fix, @t-vi can you send a patch? --- [Visit Topic](https://discuss.tvm.ai/t/tvm-relay-build-modifying-its-argument/6958/6) to respond. You are receiving this because you enabled mailing list mode. To unsubscrib

[TVM Discuss] [Questions] Tvm.relay.build modifying its argument

2020-06-15 Thread Thomas V via TVM Discuss
@tqchen What do you think, bug or feature? --- [Visit Topic](https://discuss.tvm.ai/t/tvm-relay-build-modifying-its-argument/6958/5) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsu

[TVM Discuss] [Questions] Cuda_error_invalid_ptx

2020-06-15 Thread houaki via TVM Discuss
hi all, today, following the pipeline PyTorch -> ONNX -> TVM, I met following errors with cuda error code `CUDA_ERROR_INVALID_PTX` ![image|690x160](upload://ApHg9ZIxTKIIP9CAVzoO71MvQNC.png) The same model, 800X800 can work, but 512x512 reports this error my env: cuda10.0 torch 1.4.0 Latest co