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
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
@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
hi all,
today, following the pipeline PyTorch -> ONNX -> TVM, I met following errors
with cuda error code `CUDA_ERROR_INVALID_PTX`

The same model, 800X800 can work, but 512x512 reports this error
my env:
cuda10.0
torch 1.4.0
Latest co