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
I'm trying to run this code only with CPU, so I removed all the .cuda() codes.
Then, when I executed demo.py, ModuleNotFoundError: No module named 'utils' this error happens.
When I checked the python files, most of them had errors importing modules from same directory or sub directories.
I can't figure out why. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I'm trying to run this code only with CPU, so I removed all the
.cuda()
codes.Then, when I executed demo.py, ModuleNotFoundError: No module named 'utils' this error happens.
When I checked the python files, most of them had errors importing modules from same directory or sub directories.
I can't figure out why. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: