Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What effect does 'task_type' parameter have on the model? #61

Open
kadirbeytorun opened this issue Aug 7, 2023 · 0 comments
Open

What effect does 'task_type' parameter have on the model? #61

kadirbeytorun opened this issue Aug 7, 2023 · 0 comments

Comments

@kadirbeytorun
Copy link

Hi, I am trying to convert many onnx models to tvm_dlr type using 'examples/osrt_python/tvm_dlr/tvm_compilation_onnx_example.py' as reference, I am confused about the model_type parameter that is sent during yaml creating.

1- Is the model type parameter for doing post processing on the accelerator?

2- We have our own custom post processing for our onnx models, is there a way to convert and do inference on models without providing this model type parameter? (For example we have a yolov4-tiny based onnx model that has multiple outputs, we just want to convert it and do inference on it with tvm_dlr, no post processing)

3- Is there a generic simple cpp example for model inference only? 'examples/osrt_cpp/dlr/dlr_main.cpp' is quite simple, but we get errors when we try to load our yolov4-tiny based model, perhaps the model type parameter is causing some problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant