pytorch_structure2vec
pytorch_structure2vec copied to clipboard
pytorch implementation of structure2vec (https://arxiv.org/abs/1603.05629)
Hi Hanjun, When I run your code on the Synthie data set, there is always a Segmentation fault and core dumped each time. How to solve this problem. Are there...
Hi, I noticed that multiple nodes for the sample data in a graph under the graph classification folder have the same tag. I was assuming tag meant the unique ID...
Hi, Sorry for bugging so much. I was trying to run the graph classification code with a custom dataset. The custom dataset is simple such that it contains 1000 copies...
When I run ``` cd harvard_cep python mol_lib.py ``` I got the following error: > Traceback (most recent call last): > File "mol_lib.py", line 115, in > MOLLIB = _mol_lib()...
When enter ‘python mol_lib.py ’,error occurs as follows: pytorch_structure2vec/harvard_cep$ python mol_lib.py filename = terminate called after throwing an instance of 'RDKit::BadFileException' what(): BadFileException 已放弃 (核心已转储)
dll_path = '%s/build/dll/libs2v.so' % os.path.dirname(os.path.realpath(__file__)) if os.path.exists(dll_path): S2VLIB = _s2v_lib(sys.argv) else: S2VLIB = None