ShiqiYu/libfacedetection.train

ModuleNotFoundError: No module named 'resource'

Closed this issue · 2 comments

How can I solve this probelm? I'm using python3.6.5 torch 1.5.0+cuda92

It's can not working in windows system.

The resource module is Unix specific. You can try removing code related to resource if you want to train on non-Unix-based systems.

More details on https://docs.python.org/3/library/resource.html.