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

No module named 'bit_config' #1

Closed
leiwen83 opened this issue Dec 14, 2020 · 3 comments
Closed

No module named 'bit_config' #1

leiwen83 opened this issue Dec 14, 2020 · 3 comments

Comments

@leiwen83
Copy link

Hi,

I try to run quant_train.py, but meet the error as below, how to solve it ?

Traceback (most recent call last):
File "quant_train.py", line 22, in
from bit_config import *
ModuleNotFoundError: No module named 'bit_config'

Thx,
Lei

@Zhen-Dong
Copy link
Owner

Zhen-Dong commented Dec 14, 2020

Hi Lei, thanks for pointing this out. I think this issue was solved by some recent commits, so please pull the current repo.
Specifically, we moved the bit_config.py into the tvm_benchmark folder and imported the module from there.
Feel free to reach out if this doesn't work.

@Zhen-Dong
Copy link
Owner

Zhen-Dong commented Dec 15, 2020

To follow up, I submit a new commit moving bit_config.py out of the tvm_benchmark folder, I think this could make the codes more straightforward.

@leiwen83
Copy link
Author

great! it works!

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