We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
您好,请问下get_freq_indices这个函数中那些indices数组是什么作用阿,没太看懂其中规律。 感谢!
The text was updated successfully, but these errors were encountered:
@Slayerxxx 您好,indices数组存储的选择不同频率方法的坐标。我们给出了几种可能的选择方案,包括选高性能top-k,选低频low-k,选低性能bot-k。具体的含义也可以参考我们文章的Fig. 4和附录6.1里的内容。
Sorry, something went wrong.
@cfzd 那top和bot都是经验值吗?
谢谢明白了
No branches or pull requests
您好,请问下get_freq_indices这个函数中那些indices数组是什么作用阿,没太看懂其中规律。
感谢!
The text was updated successfully, but these errors were encountered: