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 tried to run run_coding.py to evaluate coding performance, but came across a runtime error.
The error is telling me ANS doesn't have decode_mix_logistic.
'core.coder.fast_ans.build.fast_ans.ANS' object has no attribute 'decode_mix_logistic'
In fact, in IODF/core/coder/fast_ans/src/python_interface.cpp, "decode_mix_logistic" has been commented out.
I tried to run run_coding.py to evaluate coding performance, but came across a runtime error.
The error is telling me ANS doesn't have decode_mix_logistic.
'core.coder.fast_ans.build.fast_ans.ANS' object has no attribute 'decode_mix_logistic'
In fact, in IODF/core/coder/fast_ans/src/python_interface.cpp, "decode_mix_logistic" has been commented out.
IODF/core/coder/fast_ans/src/python_interface.cpp
Line 88 in 15075a5
Could I have the source code for ANS?
The text was updated successfully, but these errors were encountered: