Hi, I am using the “prepare_fx” from torch.ao.quantization.quantize_fx, But I face the problem with "torch.fx.proxy.TraceError: symbolically traced variables cannot be used as inputs to control flow "
I am conducting the model in YOLOv7, while its models/yolo.py in forward() has “if-elseif”, it seems that Static-quantization can’t deal with the “if” statement, How can I solve this question?