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

Error: ModuleNotFoundError: No module named 'ignite.engine' #31

Closed
SuperBruceJia opened this issue May 25, 2021 · 1 comment
Closed

Comments

@SuperBruceJia
Copy link

Dear Dingquan,

Thanks a lot for your wonderful work, and it helps a lot.

When I tried to execute the main.py file under the command of CUDA_VISIBLE_DEVICES=0 python main.py --exp_id=0 --database=LIVE, it seems that ignite module is missing.

So, I searched a lot to debug, like pip install pytorch-ignite, but it won't work.

Is there any way to install this module?

Thanks in advance and have a nice day!

Traceback (most recent call last):
  File "main.py", line 32, in <module>
    from ignite.engine import Events, create_supervised_trainer, create_supervised_evaluator
ModuleNotFoundError: No module named 'ignite.engine'

Best,

Bruce Shuyue Jia

@SuperBruceJia
Copy link
Author

Dear Dingquan,

Oh I found that I have installed the ignite and pytorch-ignite.
After I uninstalled the ignite, the main file could work well.

Thanks again for your codes.

Best,

Bruce

@lidq92 lidq92 closed this as completed Jun 7, 2021
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