EBjerrum / SMILES-enumeration

SMILES enumeration for QSAR modelling using LSTM recurrent neural networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use it? I'm getting: Unbalanced generation of batches

Fatima-Aslam opened this issue · comments

Hi,
Can you please guide me, how to use it?
When I use this command
python SmilesEnumerator.py
I got this
Unbalanced generation of batches
Thank you!

It's a python object, so you need to import the class in python and use it there, look at the readme.md for instructions. If you just run it from the command line it will run some standard tests.

Closed due to inactivity