icml17_knn icon indicating copy to clipboard operation
icml17_knn copied to clipboard

missing functions

Open dionman opened this issue 8 years ago • 1 comments

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

dionman avatar Nov 22 '17 15:11 dionman

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"

wengong-jin avatar Nov 22 '17 16:11 wengong-jin