[TVM Discuss] [Questions] Problems when import BERT model from PyTorch Relay

2020-05-12 Thread wwwwcu via TVM Discuss
Hi, I was trying to import [bert-base-uncased](https://pypi.org/project/pytorch-pretrained-bert/) by PyTorch relay. It said that "NotImplementedError: The following operators are not implemented: ['prim::ImplicitTensorToNum']" I can't find any useful information about 'ImplicitTensorTo

[TVM Discuss] [Questions] Cannot request android after 5 retry

2020-05-12 Thread Gftd via TVM Discuss
when i run : python3 -m tvm.exec.query_rpc_tracker --host=0.0.0.0 --port=9191 Server List server-address key 10.1.198.2:37594server:android Queue Status --- key tota

[TVM Discuss] [Questions] Relay Level Tiling of Conv2d or any operator

2020-05-12 Thread Jared Roesch via TVM Discuss
You can write a small pass in Python to partition the program in the way that you would like. For example this below pass splits the inputs, and then adds, and concatenates them. You can employ a similar technique to do the partitioning that you want. https://gist.github.com/jroesch/a110f8ea

[TVM Discuss] [Questions] Question about touched memory as a feature for ML cost model

2020-05-12 Thread Sergio via TVM Discuss
I have been studying the features extracted from the low-level AST in the paper: "Learning to Optimize Tensor Programs" https://arxiv.org/abs/1805.08166 I came across the example below, ![image|469x162](upload://1Nwo3tRquN16jTKyfcot5zSU0s5.png) but I am having trouble understanding the num

[TVM Discuss] [Questions] "Concat" node has no "topi" key when auto tuning onnx model to tvm

2020-05-12 Thread ximing via TVM Discuss
The model pic is here: ![image|100x500](upload://qVZUbw2XPNwwvYB6GEJKfBkmfMI.png) --- [Visit Topic](https://discuss.tvm.ai/t/concat-node-has-no-topi-key-when-auto-tuning-onnx-model-to-tvm/6651/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe fro

[TVM Discuss] [Questions] "Concat" node has no "topi" key when auto tuning onnx model to tvm

2020-05-12 Thread ximing via TVM Discuss
Encounter a "KeyError:'topi_op'" problem when running tvm auto tune. It occurs in _iterate_layout_transform() when running DPTuner.benchmark_layout_trasform. ![image|690x390](upload://18IiODhnGN9nE2cypgjRq8mUMkK.png) As you see, in_node_entry[964] has no key "topi_op", this node is the second