mkusner / grammarVAE

Code for the "Grammar Variational Autoencoder" https://arxiv.org/abs/1703.01925
269 stars 78 forks source link

encode and decode #31

Open nzarnaghi opened 3 years ago

nzarnaghi commented 3 years ago

Hi,

I implemented the GVA on RNA sequences. The output of run_bo.py for simulation 1 is just single character sequences. Does this make sense? Should I continue all simulations, or there might be another problem? Can we consider other generated sequences as well in addition to the most frequent generated sequences?

Thank you, Narges