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
When I run train_xxx.py in Windows, those Error occur:
ImportError:_ No module named 'models.sync_bn._ext.sync_bn_lib._sync_bn_lib'
This error in line ._sync_bn_lib import lib as _lib, ffi as _ffi
In Windows, python can not use .so document?
I tried to run build.py but failed.
What should I do?
When I run train_xxx.py in Windows, those Error occur:
ImportError:_ No module named 'models.sync_bn._ext.sync_bn_lib._sync_bn_lib'
This error in line ._sync_bn_lib import lib as _lib, ffi as _ffi
In Windows, python can not use .so document?
I tried to run build.py but failed.
What should I do?
Environment:
Windows10
Python 3.5
torch 0.3.0
torchvision 0.1.9
The text was updated successfully, but these errors were encountered: