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 sh test_pspnet_multi_scale.sh # sh test_erfnet_multi_scale.sh,something wrong happend: My torch version is 0.3.1 .
Traceback (most recent call last):
File "test_pspnet_multi_scale.py", line 13, in
from models import sync_bn
File "/home/share/make/Codes-for-IntRA-KD/models/sync_bn/init.py", line 1, in
from .functions.sync_bn import *
File "/home/share/make/Codes-for-IntRA-KD/models/sync_bn/functions/init.py", line 1, in
from .sync_bn import *
File "/home/share/make/Codes-for-IntRA-KD/models/sync_bn/functions/sync_bn.py", line 6, in
from .._ext import sync_bn_lib
File "/home/share/make/Codes-for-IntRA-KD/models/sync_bn/_ext/sync_bn_lib/init.py", line 3, in
from ._sync_bn_lib import lib as _lib, ffi as _ffi
ImportError: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
How to solve this problem ?
The text was updated successfully, but these errors were encountered:
When i run sh test_pspnet_multi_scale.sh # sh test_erfnet_multi_scale.sh,something wrong happend: My torch version is 0.3.1 .
Traceback (most recent call last):
File "test_pspnet_multi_scale.py", line 13, in
from models import sync_bn
File "/home/share/make/Codes-for-IntRA-KD/models/sync_bn/init.py", line 1, in
from .functions.sync_bn import *
File "/home/share/make/Codes-for-IntRA-KD/models/sync_bn/functions/init.py", line 1, in
from .sync_bn import *
File "/home/share/make/Codes-for-IntRA-KD/models/sync_bn/functions/sync_bn.py", line 6, in
from .._ext import sync_bn_lib
File "/home/share/make/Codes-for-IntRA-KD/models/sync_bn/_ext/sync_bn_lib/init.py", line 3, in
from ._sync_bn_lib import lib as _lib, ffi as _ffi
ImportError: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
How to solve this problem ?
The text was updated successfully, but these errors were encountered: