You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the binarization and encode part in the function CABACEncoder::encodeWeightVal. Is it different from the method described in section "Lossless coder of DeepCABAC" in the original paper DeepCABAC?
From the code, It seems like a combination of unary coding and exponantial Golomb.
Also, have you tested some other binarization methods to cnn compression?
The text was updated successfully, but these errors were encountered:
Hi, tks for sharing your work!
I checked the binarization and encode part in the function CABACEncoder::encodeWeightVal. Is it different from the method described in section "Lossless coder of DeepCABAC" in the original paper DeepCABAC?
From the code, It seems like a combination of unary coding and exponantial Golomb.
Also, have you tested some other binarization methods to cnn compression?
The text was updated successfully, but these errors were encountered: