Skip to content
View HaoweiLi778's full-sized avatar

Block or report HaoweiLi778

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. JointSQ JointSQ Public

    Simple Implementation of the CVPR 2024 Paper "JointSQ: Joint Sparsification-Quantization for Distributed Learning"

    Python 10

  2. FedFQ FedFQ Public

    The algorithm example of "FedFQ: Federated Learning with Fine-Grained Quantization".

    Python 4

  3. haoweili778.github.io haoweili778.github.io Public

    HTML

  4. True-Implementation-of-Mixed-Precision-Quantization True-Implementation-of-Mixed-Precision-Quantization Public

    This code aims to reduce storage or communication bit-width through true quantization. Existing methods quantize gradients (e.g., 2-bit) but store data in torch.float32 or torch.float16, making it …

    Python