Hello everyone,
I’m using Google Colab for my project, and I’ve encountered some challenges with the compilation time.
My first attempt to convert a quantized .har file to .hef format took over 11 hours, but I never received confirmation whether it was successful or not. The Google Colab runtime eventually restarted, so I lost track of the process. (See Image 1)
During my first attempt, the number of iterations reached around 270 (±10). After that, there was some workers, and the iteration process restarted.
For my second attempt, also on Google Colab, I’ve been monitoring the process more closely. Can anyone tell me approximately how many iterations this process should take to complete? How can I know if the compilation is close to finishing or not?
I’m also wondering if it would be better to compile on my local machine rather than using Google Colab? To be honest, I’m only using a small dataset of a few hundred images, so I’m concerned about whether compilation time would increase significantly with a larger dataset. Does dataset size influence compiling time ?
(See Image 2 for the iterations I’m referring to)
Any insights or recommendations would be greatly appreciated!