Hi, I wonder there is a way that optimizing a custom model manually not automatically when ‘runner.optimize(calib_data)’. It seems that when the number of calibration data is over than 1024, then hailo compiler optimize the network automatically using quantization aware training, knowledge distillation, or 4-bit weight quantization so on.
I want to test the level of the optimization for my research. but I could not find a way controlling the level of the optimization.
It would be good for any answers for me.
Thanks