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

About the bit_list in CSQ.py #39

Open
jingzhang697 opened this issue Nov 26, 2022 · 1 comment
Open

About the bit_list in CSQ.py #39

jingzhang697 opened this issue Nov 26, 2022 · 1 comment

Comments

@jingzhang697
Copy link

Line 163-165 for bit in config["bit_list"]:
train_val(config, bit)

orror
for obj in iterable:
TypeError: 'int' object is not iterable

@swuxyj
Copy link
Owner

swuxyj commented Nov 28, 2022

需要用list,代码里面会遍历这个list中的每一个bit长度

"bit_list": [64],

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

2 participants