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

missing functions #4

Open
dionman opened this issue Nov 22, 2017 · 1 comment
Open

missing functions #4

dionman opened this issue Nov 22, 2017 · 1 comment

Comments

@dionman
Copy link

dionman commented Nov 22, 2017

it seems that there are some scripts missing in utils.
When trying to execute nntest.py I receive the following:

File "nntest.py", line 2, in
from utils.nn import linearND, linear
ImportError: No module named utils.nn

@wengong-jin
Copy link
Collaborator

Hi,

Suppose you downloaded our code at $BASEDIR/graph_knn, please run the following command to add all modules in the pythonpath.

export PYTHONPATH=$BASEDIR/graph_knn

Then python will not complain about "no module named utils.nn"

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