what dose it mean , getting erroe during QAT to convert model
model_qat = torch.quantization.convert(quantized_model, inplace=False)
what dose it mean , getting erroe during QAT to convert model
model_qat = torch.quantization.convert(quantized_model, inplace=False)
the groups argument for this function (Conv2d — PyTorch 2.0 documentation) isn’t supported in the quantized conv2d op.
Hey Ankit, (@ANKIT_KUMAR1 )
Did you find any solution to fix this issue ?
Solution for me was:
This error may also arise if the computational graph is defined using the dynamic data types (like, dict or list).