-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Cask (shader run failed) #3459
Comments
This looks like dup of #3339 which I've already filed internal to track. |
Would be great if you can also provide a reproduce too. |
I can't provide the code, but I localized the reason of crash - NmsOp from MMDet. However, I don't know how to rewrite it yet. |
Basically, is it possible to use nms in tensorrt int8? Could you advice me some working option? |
is it a standard onnx operator or a customer op? |
It is an operator from MMDet library. Now I rewrote it in Pytorch and trying to convert to onnx:
I got the same error in |
I prepared a toy example of a mistake in this function.
Polygraphy command:
I got the following error (it differs, but proves that there is some bug in tensorrt while such simple nms code conversion)
|
@DaraOrange for nms, you can replace the operation with this |
I got the same error and still can't solve it, please help me! |
Have you solved this problem now? |
I just removed nms layer from my model. I still don't know about good decision :( |
@DaraOrange Hello, can you help me, please? |
Hello! I'm trying to convert model to int8. trtexec converts in successfully, but while converting with C++ API and my own calibrator I get the following error.
1: [softMaxV2Runner.cpp::execute::226] Error Code 1: Cask (shader run failed)
Polygraphy convert
with implemented dataloader.py also gives this error.Could you suppose what could be wrong?
The text was updated successfully, but these errors were encountered: