question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Some errors when processing DGCNN

See original GitHub issue

Hi Muhan, can you help me deal with two errors? When I tried to follow the Readme to make -j4 under the “lib” it shows like following: Nothing to be done for `all’.

And when I make the command “./run_DGCNN.sh”, it feedbacked the following error: Traceback (most recent call last): File “main.py”, line 14, in <module> from DGCNN_embedding import DGCNN File “/Users/jishilun/Desktop/DGCNN_official/DGCNN_embedding.py”, line 17, in <module> from gnn_lib import GNNLIB File “/Users/jishilun/Desktop/DGCNN_official/lib/gnn_lib.py”, line 87, in <module> GNNLIB = _gnn_lib(sys.argv) File “/Users/jishilun/Desktop/DGCNN_official/lib/gnn_lib.py”, line 12, in init self.lib = ctypes.CDLL(‘%s/build/dll/libgnn.so’ % dir_path) File “/anaconda3/lib/python3.7/ctypes/init.py”, line 356, in init self._handle = _dlopen(self._name, mode) OSError: dlopen(/Users/jishilun/Desktop/DGCNN_official/lib/build/dll/libgnn.so, 6): no suitable image found. Did find: /Users/jishilun/Desktop/DGCNN_official/lib/build/dll/libgnn.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00 /Users/jishilun/Desktop/DGCNN_official/lib/build/dll/libgnn.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00

Above all are the errors, which I can not handle. So Can you tell me where the error occurs? Thank you very much!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
muhanzhangcommented, Jun 2, 2020

That’s normal. MUTAG is a rather small dataset with only ~170 graphs. And you are only running the with fold 1. You should do cross validation to iterate over the 10 folds to get average accuracy.

0reactions
AllenWu18commented, Jun 3, 2020

OK, I got it. Thx! 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Question about seg in S3DIS · Issue #43 · WangYueFt/dgcnn
Thanks for your share, i have no problem in pre-processing my own data. In fact, the code itself dosen't has a error.
Read more >
DGCNN: Disordered graph convolutional neural network ...
During this transfer process, structural information of the graph can be lost, and some redundant information can be incorporated.
Read more >
Processing Laser Point Cloud in Fully Mechanized Mining ...
The reason why we arranged so many sphere markers was to allow the DGCNN to find the sphere with the smallest position error....
Read more >
A convolutional neural network over large-scale labeled graphs
The results show that DGCNN outperforms the baselines, including several deep neural ... The success of deep learning in point cloud processing [13,...
Read more >
Dynamic Graph CNN (DGCNN) | Lecture 43 (Part 3) - YouTube
Dynamic Graph CNN for Learning on Point CloudsCourse Materials: https://github.com/maziarraissi/Applied-Deep-Learning.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found