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
According to the released code, torchac seems only to support 16-bit symbols (in fact, the number of effective bits is 15). I've made some attempts. However, the magic numbers in the C++ code are confusing. Can you provide some help? For example, in the following example, if the type of sym_i is set to int32_t, how should I modify precision and the numbers in the red boxes? Or do you have a plan to release a 32-bit symbol supported version of torchac?
The text was updated successfully, but these errors were encountered:
According to the released code,
torchac
seems only to support 16-bit symbols (in fact, the number of effective bits is 15). I've made some attempts. However, the magic numbers in the C++ code are confusing. Can you provide some help? For example, in the following example, if the type ofsym_i
is set toint32_t
, how should I modifyprecision
and the numbers in the red boxes? Or do you have a plan to release a 32-bit symbol supported version oftorchac
?The text was updated successfully, but these errors were encountered: