You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ofCUDA_VISIBLE_DEVICES=0 python main.py --exp_id=0 --database=LIVE
, it seems thatignite 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!
Best,
Bruce Shuyue Jia
The text was updated successfully, but these errors were encountered: