rosinality / glow-pytorch

PyTorch implementation of Glow
MIT License
519 stars 96 forks source link

What does the n_bits value mean ? #16

Open aLIEz027 opened 4 years ago

aLIEz027 commented 4 years ago

the n_bits not only add some noise but influence the training a lot, but what does it mean?

rosinality commented 4 years ago

It is related to the dequantization of the data. You can refer to this paper: https://arxiv.org/abs/1511.01844