meaning of the values for hyperprior #170
Replies: 1 comment 3 replies
-
"Scale" refers to the "width" or "standard deviation" of the normal probability distribution. CompressAI/compressai/models/google.py Lines 196 to 203 in 216af74
The following then uses each standard deviation to define a Gaussian distribution (i.e. CompressAI/compressai/entropy_models/entropy_models.py Lines 625 to 640 in 216af74 |
Beta Was this translation helpful? Give feedback.
-
Hi,
sorry if I bother you again, but I have a question related to these variables (I am talking about the hyperprior model);
SCALES_MIN = 0.11
SCALES_MAX = 256
SCALES_LEVELS = 64
How do you use these variable in the update() function?
Alberto
Beta Was this translation helpful? Give feedback.
All reactions