Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test problem ? #6

Open
china56321 opened this issue Jun 10, 2020 · 1 comment
Open

test problem ? #6

china56321 opened this issue Jun 10, 2020 · 1 comment

Comments

@china56321
Copy link

china56321 commented Jun 10, 2020

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 ?

@cardwing
Copy link
Owner

You can just google the problem. It seems that the problem lies in the dependent packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants