Baptiste Morisse
Results
1
issues of
Baptiste Morisse
The new version of FSQ, with the possibility to not compute indices and return only None, has a small bug: ```python from vector_quantize_pytorch.finite_scalar_quantization import FSQ import torch quantizer = FSQ(levels=[8,5,5,5],...