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.
- RubenPadial9 months ago
Contributor
Hello @JohnT_Intel
,Do you have an example or pseudocee?