I am trying to simulate the int1 training and configuring the QConfig manually to do that using the quant_min and quant_max range. However, for int1 training, I want my values to be {-1,1} instead of {0,1}. Is there anyway to do that? Also, since torch does not go natively below qint8 and quint4, converting values into booleans will be a faster and efficient way for storing the int1 representations?
Thanks for your answers in advance!