topazape / LSTM_Chem

Implementation of the paper - Generative Recurrent Networks for De Novo Drug Design.
The Unlicense
116 stars 55 forks source link

Issue while importing functions #26

Closed AyushM07 closed 2 years ago

AyushM07 commented 2 years ago

I have run the train.py model and am trying to run the example_randomly_generated_SMILES file on jupyter notebook but I cannot run the command where we import LSTMChem from lstm_chem.model. The kernel keeps dying. Is there any way to resolve this?