RuntimeError: Unimplemented backend QuantizedCPU

I tried to check the type of quantized tensor for testing! I have CNN model which I convert to quantized form. When I simply print the weights it shows dtype as qint8. But when I tired this tensor.type() , It throws this error…

File "test.py", line 321, in test
    print((am['ConvNet.conv4_1.weight'].type()))
RuntimeError: Unimplemented backend QuantizedCPU

yeah, we probably haven’t implement this method… feel free to submit a patch :slight_smile:

1 Like