Forum Discussion
JohnT_Altera
Regular Contributor
9 months agoHi,
it seems like you are creating a new inference request for every new input, and it failed at the 6th. Instead of creating a new inference request for every new input, you should keep using the same set of inference requests, wait for one to become available, and supply input data to it.
RubenPadial
Contributor
9 months agoHello @JohnT_Intel
,Do you have an example or pseudocee?