-
I built a simple RNN network in PyTorch and tried to convert it using `relay.frontend.from_pytorch` interface
### Expected behavior
The network is converted
### Actual behavior
NotImplemen…
-
Our current mechanisms used to add `data_files` to the setuptools configuration is only handling file names correctly. This is because when it was implemented, only files like `libtvm.so` were added. …
-
I ran the demo "https://tvm.apache.org/docs/how_to/work_with_microtvm/micro_autotune.html" on stm32f746zg board, and I met the error "crt/common/crt_runtime_api.c:210: undefined reference to `TVMSys…
-
I am training a custom YOLO model for detection on a Raspberry Pi device. To make it run faster I want to try quantizing the weights to 8 bits.
Has this been done before? Should I just try to follo…
-
Currently, the test `tests/micro/arduino/test_arduino_rpc_server.py::test_byoc_microtvm` fails. We have a similar test for Zephyr which runs fine, so the issue appears to be Arduino-specific. Below is…
-
### Expected behavior
The following Relay source program should be successfully parsed:
```
#[version = "0.0.5"]
def @main(%x: Tensor[(1, 4, 8, 8, 8), float32], %w: Tensor[(2, 2, 1, 1, 1), flo…
wzh99 updated
2 years ago
-
### Expected behavior
The following Relay program should NOT pass type inference:
```
#[version = "0.0.5"]
def @main(%x: Tensor[(4), float32]) {
nn.softmax(%x, axis=1)
}
```
The input …
wzh99 updated
2 years ago
-
These tests were found to be flaky (intermittently failing on `main` or failed in a PR with unrelated changes). See [the docs](https://github.com/apache/tvm/blob/main/docs/contribute/ci.rst#handling-f…
-
Hi,
This repo helps me a lot since TVM is really lack of document. I adopt some of the code here to do my experiment.
I tried to compare vgg-like architecture between TensorRT and tvm-cuda, the …
twmht updated
2 years ago
-
Hi, mercy
When executing `python measure_programs.py "--target=cuda"`, I get some errors. Those errors are tvm error and timeout error.
i try to modify the build time to 30 seconds and run time to…