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

ImportError: No module named config #7

Open
andra-pumnea opened this issue Jul 1, 2018 · 3 comments
Open

ImportError: No module named config #7

andra-pumnea opened this issue Jul 1, 2018 · 3 comments

Comments

@andra-pumnea
Copy link

I got this error while trying to run main_quora.py in SSE. Where can I find this file or how do I create it? Thanks!

@lanwuwei
Copy link
Owner

lanwuwei commented Jul 1, 2018

Hi, the config file just defines some file paths. Actually, I didn't use the information in config file, you can delete this line.

@funnytestingcase
Copy link

when I run main_mnli.py in SSE, I had the same error, "no module named config". After commenting out all "import config" from <mnli.py>,<torch_util.py> and main_mnli.py>, I have a nameError: global name 'config' is not defined in main_mnli.py.
I'm trying to create a config file, but I'm wondering if you can upload your <config.py> just for reference. Thank you in advance

@lanwuwei
Copy link
Owner

lanwuwei commented Jan 7, 2021 via email

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

3 participants