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

name 'batchnormsync' is not defined #36

Open
DingLei14 opened this issue Oct 16, 2018 · 1 comment
Open

name 'batchnormsync' is not defined #36

DingLei14 opened this issue Oct 16, 2018 · 1 comment

Comments

@DingLei14
Copy link

Traceback (most recent call last):
File "segment.py", line 743, in
main()
File "segment.py", line 735, in main
args = parse_args()
File "segment.py", line 729, in parse_args
drn.BatchNorm = batchnormsync.BatchNormSync
NameError: name 'batchnormsync' is not defined

@Morgan-117
Copy link

you can add the lib dir to PYTHONPATH, for example:
export PYTHONPATH=$PYTHONPATH:.../drn-master/lib

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