Janosch Menke

Results 11 comments of Janosch Menke

For example: ``` import rdkit rdkit.Chem.MolFromSmiles("CCc") ``` >>> [12:36:06] non-ring atom 2 marked aromatic

Hi sorry for being inactive @bp-kelley was right. When calling `rdBase.LogToPythonStderr()` it fixed the issue

Yes I also could not find the datasets that are referenced in the two papers

Hey Thomas, sorry that reopen the topic. But it seems there is not alot of people dealing with the issue of batched graph classification. I understand that you can block_diag...

Thanks for the response. I got it right after I asked the question. I got confused bc I thought I would have to diagonalize the feature matrix as well. But...

Hi thanks for the answer, but if I remove the pause or set it to zero it will also not pause after a lines have been completed right. So I...

Actually the only adaption you need it if `if type(m) == torch.nn.Linear:` A `out x in x 1 x 1` will result in a `out x in` matrix when applying...

Hi I can have a look into the requirements. I am also running the code from an ARM (M2) System, and I have not run into any issues. But I...

Hi again, so I tried installing `metis` with Python 3.8 and Python 3.9 on my M2 Mac. And for both, it worked. I do not think that https://github.com/JanoschMenke/metis/issues/4, completely relates...

I just saw you have SMILES augmentation in your code. So I guess you performed some experiments with it already