We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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"
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: