Hi,
I'm trying to inference "yolov3-tiny" model with input batch_size = 4.
The input shape was (4, 3, 416, 416).
However, the shape of the output is as follows:
module.get_output(0) --> (1, 255, 26, 26)
module.get_output(1) --> (1, 255, 13, 13)
IMHO, the problem has occurred when the foll
Thanks! I set the environment variable and solved it.
---
[Visit
Topic](https://discuss.tvm.ai/t/runtimeerror-can-not-find-cl-exe-please-run-this-in-vistual-studio-command-prompt/5582/6)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these e
I can see you encounter this error:
C:\Users\User\AppData\Local\Temp\tmpcp7qbnru\dllmain.cc(1): fatal error
C1034: windows.h: no include path set
My solution is find the path of windows.h(by Everything), then add the path of
windows.h to Enviroment Vairable. Add a new variable named "LIB"
I have the same problem. But after I adding the path of cl.exe to PATH, my
program works fine.
What IDE did you use? If you use PyCharm, you have to restart PyCharm after
adding the path of cl.exe to PATH.
---
[Visit
Topic](https://discuss.tvm.ai/t/runtimeerror-can-not-find-cl-exe-please
I want to know some knowledge about OP fusion, such as the optimization of conv
+ bn + relu. Do you have any information for reference?
---
[Visit Topic](https://discuss.tvm.ai/t/op-fusion-knowledge/6786/1) to respond.
You are receiving this because you enabled mailing list mode.
To unsub