LLT icon indicating copy to clipboard operation
LLT copied to clipboard

[CVPR 2022] Learnable Lookup Table for Neural Network Quantization

Results 3 LLT issues
Sort by recently updated
recently updated
newest added

I am training a super-resolution network using your method, but I have noticed that even after loading a pre-trained model, the PSNR during validation suddenly drops significantly after a few...

Hello, thanks for your excellent work! There are some questions about the code, looking forward to your reply. Q1. ``` def _lookup(self, x, table_q, scale): if self.training: grid = (x...

Hi, Thanks a lot for the great repo! Are you going to add the code for the point cloud? Thanks