Skip to content
Discussion options

You must be logged in to vote

Hi @naga-karthik, there are many factors that influence CPU test times so I said that it may be better benchmarked on GPU.
You are correct in your understanding that reducing the overlap should ideally decrease the number of sliding windows, potentially reducing inference time. However, in practice, the behavior can be more complex. The overlap affects the number of windows and their positions but can also impact the efficiency of processing each window. Increasing the sw_batch_size should allow for more parallel processing, which could lead to faster inference times. However, this might not always be the case, and the effectiveness of this change can be influenced by factors like CPU arc…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@naga-karthik
Comment options

@KumoLiu
Comment options

Answer selected by wyli
@naga-karthik
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants