Hello,
Forgive me if this is due to a misunderstanding of how the Hailo compilation works under the hood, but I’ve noticed that when I attempt to re-compile the same model (or a similar one) several times, it starts the context search from 1 each time. If we know (from our prior experience) that it will not fit in any less than 4 partitions, for example, shouldn’t there be an option to start at a certain number of contexts for the search? Perhaps as one of the Allocator Parameters?
This would save a lot of time during the compilation process. However, there might be a reason that this cannot be done, such as the next context number requiring information from the previous.
Thanks, and please keep me updated if you add an option for this.