Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run run_coding.py #1

Open
nextlwh opened this issue Oct 16, 2023 · 0 comments
Open

Cannot run run_coding.py #1

nextlwh opened this issue Oct 16, 2023 · 0 comments

Comments

@nextlwh
Copy link

nextlwh commented Oct 16, 2023

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.

// .def("decode_mix_logistic", &PyANS::decode_mix_logistic, "means"_a, "logscales"_a, "pi_mix"_a)

Could I have the source code for ANS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant