-
Notifications
You must be signed in to change notification settings - Fork 12
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
Import Error #2
Comments
It's working for me in Mac OS 10.12 and Unbutu 16.04 with both python 3.5 and 3.6. What is your OS ? Maybe you could check : |
Mac OS 10.14 with python 3.6 |
I updated Nauty, uninstall pynauty and rebuild it with the new version and tell me if you still get the error |
It works~ |
Great ! |
Just download the datasets here :
https://ls11-www.cs.tu-dortmund.de/staff/morris/graphkerneldatasets. They
are in the smae format used in data_loader.py, just wirte a custom function
in the same way
Le lun. 5 nov. 2018 à 07:45, 孙华岩 <notifications@github.com> a écrit :
… Hi, I'm sorry to bother you again.
I want to reproduce the experiment of this paper. These are data sets
(here is the link:
<http://www.mit.edu/~pinary/kdd/>) in the paper I've found.
Could you please tell me how to convert these data sets into the format of
the data set you provided?
Thank you so much.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AQYWDdZ7zPQ2FVO7qAsnpWxf7zGWl1tTks5ur96IgaJpZM4YBWZW>
.
|
I found that the accuracy of y_test in train_example.ipynb is only 30+. Why it's so bad? Is it possible to make it better? |
Yes there was an error in preds, the output was a 2 -dim array, i added an update (I just used ravel for preds) |
Thanks for updating! |
After installing pynauty, run the first cell in receptive_field_maker_example.ipynb returned importError:
ImportError: dlopen(/Users/sunhuayan/Library/Python/3.6/lib/python/site-packages/pynauty/nautywrap.cpython-36m-darwin.so, 2): Symbol not found: _dispatch_graph
Referenced from: /Users/sunhuayan/Library/Python/3.6/lib/python/site-packages/pynauty/nautywrap.cpython-36m-darwin.so
Expected in: flat namespace
in /Users/sunhuayan/Library/Python/3.6/lib/python/site-packages/pynauty/nautywrap.cpython-36m-darwin.so
Could you please tell me how to fix this? Many THX~
The text was updated successfully, but these errors were encountered: