Hi All,
Inspiring by the tutorial called “Text generation with an RNN” (आरएनएन के साथ टेक्स्ट जनरेशन | Text | TensorFlow), I managed to train a model to generate new molecules in SMILES string format. If I generate new molecules one after another, the model works perfectly with > 98% chemically valid new generated molecules. But, when I try to generate a batch molecules (10000 molecules), the validity of newly generated molecules extremely drops to < 70%.
Could someone please help me with this issue?
Thank you,
Jalil.