Natalia (Natasha) Frumkin

Results 4 comments of Natalia (Natasha) Frumkin

I got the same results here. Reproducing using explicit commands: 4A4W naive: 63.68% 4A4W ACIQ + Bias Correction + BitAlloc (weights + acts): 71.72%

I have run into this bug as well: ``` res = faiss.StandardGpuResources() flat_config = faiss.GpuIndexFlatConfig() flat_config.device = 0 d = init.shape[1] index = faiss.GpuIndexFlatIP(res, d, flat_config) index = faiss.IndexIDMap(index) cpu_index...

[This paper](https://arxiv.org/pdf/2210.03142.pdf) addresses how to bridge distillation techniques with classifier-free guided diffusions (like Stable Diffusion).

I was able to run this using Python 3.8.16, Torch 2.0.0. Additionally, I'm using Cuda version 11.0 and needed to use Cuda version 11.3 to do evaluation (see `evaluations/` for...