Could not run 'aten::quantize_per_tensor'

Hi @aminooka,

Can you share the full stack trace + print your quantize model. Like this thread: Could not run 'aten::quantize_per_tensor' with arguments from the 'QuantizedCPU' backend - #3 by sarramrg

I think you don’t need to call torch.quantize_per_tensor for eager mode static quant. It may work if you remove that line.