DFQ icon indicating copy to clipboard operation
DFQ copied to clipboard

PyTorch implementation of Data Free Quantization Through Weight Equalization and Bias Correction.

Results 7 DFQ issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

I believe the code here [Here](https://github.com/jakc4103/DFQ/blob/6f15805cfdbf2769275defd54728df0a5d30dbc6/utils/quantize.py#L366) should be repaced with `graph[idx].quant = QuantMeasure(num_bits=bits_activation)`. As it is missing the proper argument name, it will always add a QuantMeasure module with 8-bit...

Thank you for sharing the code! Does the code match the PyTransformer main branch version? It throws an error at runtime, saying that the number of arguments in the transformer's...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies

Bumps [torch](https://github.com/pytorch/pytorch) from 1.1.0 to 1.13.1. Release notes Sourced from torch's releases. PyTorch 1.13.1 Release, small bug fix release This release is meant to fix the following issues (regressions /...

dependencies

Bumps [scipy](https://github.com/scipy/scipy) from 1.3.0 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies