hgraph2graph icon indicating copy to clipboard operation
hgraph2graph copied to clipboard

Hierarchical Generation of Molecular Graphs using Structural Motifs

Results 43 hgraph2graph issues
Sort by recently updated
recently updated
newest added

I was trying to build our customized language models. I found the pattern "C1=CC=CCNCCcc[cH:1]CC=CCCCC=CCCC=CCCCCC=C1" generated by "get_vocab.py" are not parseable for rdkit. So when I ran the "preprocess.py", it would...

Hi gurus, pls, I need your help. I am trying to run the get-vocab.py on my small dataset around 100. but keep getting this error as shown below: Is there...

Hi, I installed all the dependencies via conda in an environment called jtvae. Then, after cloning the repository, I ran: ``` (jtvae) hgraph2graph$ pip install . ``` But I got...

First of all, Thank you for your great research on molecule generation. Nowadays, I am training my ZINC datasets with your vae_train.py (in generation folder). When I run the code,...

In order to use the model checkpoint trained on chembl, you need to be on `rdkit=2019.03.4`, which isn't mentioned in the readme. If you're on a newer version, you'll get...

After generating the vocab via the example command given in the generation directory, I ran the preprocessing.py example command on the same dataset, and every 50 batches or so a...

Hi experts, kindly help out with solution to this error I'm getting. I want to generate vocabs for my Transition metal complexes dataset as shown below: (/mnt/c/Users/User/Desktop/mol-generation/env) aorubuloye@ORUBULOYE-PC:/mnt/c/Users/User/Desktop/mol-generation/hgraph2graph$ python get_vocab.py...

Hello Wengong ! Thanks for the great work !! I am trying to get vocabulary using your dataset `< ../data/polymers/all.txt >` ; however, I am getting this error. I cannot...

I am using the train_translator.py for lead optimization and I am getting the following error. does anybody know how I can fix this? Thanks, Traceback (most recent call last): File...

Hello, I am using the finetune_generator.py and I am getting the following error. does anybody know how to solve this. Thanks, Loading from checkpoint ckpt/inforna-pretrained/model.ckpt.5000 After pruning 257 -> 257...