LantaoYu / SeqGAN

Implementation of Sequence Generative Adversarial Nets with Policy Gradient
2.08k stars 711 forks source link

Once the training is done, how can we reuse the model? #35

Open sweetkurapika opened 6 years ago

sweetkurapika commented 6 years ago

After training the model, how can we load it again and reuse it for generating new molecules (e.g. SMILES)? I hope you can tell me how write a program for reusing it, thanks in advance

EternalFeather commented 6 years ago

@sweetkurapika You can dump your parameters with pickle