You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thx for your great work!
I found the speed of post-process is too slow, and the bottleneck is torch::masked_select() function ,as the picture shows.
And then I set the environment variable CUDA_LAUNCH_BLOCKING=1 as #3, I found the speed of inference is too slow.
So would you like to give me any advice about solving this problem? Thank you very much!
The text was updated successfully, but these errors were encountered:
Thx for your great work!


I found the speed of post-process is too slow, and the bottleneck is
torch::masked_select()
function ,as the picture shows.And then I set the environment variable
CUDA_LAUNCH_BLOCKING=1
as #3, I found the speed of inference is too slow.So would you like to give me any advice about solving this problem? Thank you very much!
The text was updated successfully, but these errors were encountered: