Facing Errors in Compiling Faster R-CNN (ONNX) with Apache TVM

Here are some other necessary details:

  1. TVM version: apache-tvm-0.11.1
  2. Hardware and OS: Google Colab CPU, Windows
  3. Using the LLVM IR as target i.e. “llvm” flag while compiling
  4. Model: fasterrcnn_resnet50_fpn from torchvision models
  5. Input shape: (1, 3, 800,800)