LightNet
LightNet copied to clipboard
ImportError: No module named 'modules._ext.__ext'
Hi,
in modules/_ext/init.py, line 2
from .__ext import lib as _lib, ffi as _ffi
I couldn't find __ext, is there something missing?
I have installed inplace_abn.
Thanks for your help
Fixed by executing
cd modules/
python3 build.py
Thanks!
Hi! When trying to run your suggested Code, I encounter the following Error: TypeError: dist must be a Distribution instance
All the suggestions I have researched did not work. Could you tell me which versions of pytorch etc you are using?