-
Notifications
You must be signed in to change notification settings - Fork 29
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
when using crop_mirror_normalize func, Output layout "CHW" is slower than "HWC" #216
Comments
Hi @qihang720, Can you provide more details about the environment you are using to run your tests? |
I used nvcr.io/nvidia/tritonserver:23.05-py3 as my working environment. I'm not sure how to profile DALI alone,because every input images' length is different. Triton can help me to batch dynamic shape when I add ragged_batches option. I will test in new version lately. |
Hi @qihang720,
|
Hi @JanuszL, Thanks for your advices, I will continue to follow TRITON 23.10. For batch of data, if my every input is different, the base64 length is also different, so how can I batch it together. |
Hi @qihang720,
Please check if this part of our documentation answers your question. |
Most of time, model input layout is "NCHW", is there any way we can improve performance?
The text was updated successfully, but these errors were encountered: