ceolson / flu

0 stars 0 forks source link

GAN, RNN, and BLOSUM don't work #2

Open ceolson opened 5 years ago

ceolson commented 5 years ago

Two architectures: the GAN and the recurrent VAE (LSTM) don't seem to work. GAN never converges and RNN just generates garbage. Also, I have not been successful in using the BLOSUM encoding of the data. Not sure what the correct solution to this is, but my solution has so far been to just always use the fully connected VAE and the categorical encoding.

ceolson commented 5 years ago

BLOSUM trains but does not tune. Continuing to work on this. Dropping GAN and RNN.