gcn
gcn copied to clipboard
Why can't I edit the contents in the file utils.py?
To be exact, it is possible to edit the file utils.py. However, when I run train.py, it can not recognize the modified utils.py. Instead, it runs the original utils.py, which is located in the path that "C:\Anaconda3\Lib\site-packages\gcn-1.0-py3.6.egg!\gcn\utils.py" Can you help me? Thanks a lot.
Try re-running python setup.py install from the project root folder.
Oh, it works! Thank you so much!