Zhikai Li

Results 9 comments of Zhikai Li

Hi, The whole process takes less than 4 min on an RTX 3090 GPU and most time is spent in the image generation stage, since the parameter calibration without training...

Hi, This project aims to verify the accuracy of the quantized model using _simulated quantization_. To achieve deployment and acceleration on low-precision computing units, you need to resort to an...

Hello,得到的输出是:Top-5的分类标签。

Hi. Our I-ViT TVM implementation is designed for the Turing Tensor Core (RTX 2080Ti), so there could be potential issues in the Ampere Tensor Core (RTX 3090) environment which could...

Hi, There is no problem with your shell. If your model is deit, you should access line112 ('norm1') or 114 ('norm2'). My suggestion is to check if the model is...

Hi, In this work, the output (activation) of LayerNorm is quantized, while retaining the floating-point computation of LayerNorm itself.

Our method follows the settings of the previous PTQ4ViT and APQ-ViT, so comparisons with the PTQ4ViT and APQ-ViT are exactly fair.

Hi, I think it could be a problem with the version of TVM or Timm. For example, different timm versions may import modules with different names. Please try installing the...

Hi, could you try aligning the timm version with the recommended one (0.4.12)?