Alisa Gorislav
Alisa Gorislav
**DeepPavlov version** : 0.15.0 **Python version**: 3.8.5 **Operating system**: Linux Ubuntu 20.04 **Issue**: **Command that led to error**: ``` from deeppavlov import configs, build_model ner_model = build_model(configs.ner.ner_rus_bert, download=True) #This will...
## Environment Information Open Babel version: 3.0.0 Operating system and version: Linux Ubuntu 20.04 ## Expected Behavior I tried to convert .smi file into .pdbqt file via .sdf converting. I...
Hello! I tried to run the command `mmpdb fragment tests/chembl_test.smi -o tests/chembl_test.fragments` with my own data - looks like this (if it matters): ``` c1cn(-c2ccc3c(-c4cc5cc(CN6CCCCC6)ccc5[nH]4)n[nH]c3c2)nn1 CN(C)C(=O)c1ccc2c(-c3cc4cc(CN5CCOCC5)ccc4[nH]3)n[nH]c2c1 c1cnn(-c2ccc3c(-c4cc5cc(CN6CCCCC6)ccc5[nH]4)n[nH]c3c2)c1 c1cc2[nH]c(-c3n[nH]c4cc(-c5cn[nH]c5)ccc34)cc2cc1CN1CCOCC1 c1ncc(-c2cnc(Nc3cc(N4CCNCC4)ccn3)s2)cn1 ```...
Just an idea for docs. It could be pretty helpful if there will be an installation guide in the README.md file.
Trying to run the truecaser with this command: `allennlp train truecaser.json --include-package mylib -s ./truecaser/pytorch-truecaser-master/mylib` I got this output: 2021-04-21 17:01:45,360 - INFO - allennlp.common.params - include_in_archive = None 2021-04-21...