Hi,
Thanks for this awesome implementation. I've been attempting to adopt your implementation of ALAE to work with sequential data. In my refactor, I replace the MLP layers with LSTMs since I'm working with a time dependent data (specifically music generation).
However, I've been having some issues where after training for a few minutes, the generator dies and outputs the same things over and over again. I figured this is a GAN mode collapse state.
I'm writing to ask if this is something you also experienced while working on your implementation? Or perhaps working with time dependent data just wouldn't work with this implementation? If this isn't the best place to ask this, I'll be happy to close this issue.
Thanks :)
Hi,
Thanks for this awesome implementation. I've been attempting to adopt your implementation of ALAE to work with sequential data. In my refactor, I replace the MLP layers with LSTMs since I'm working with a time dependent data (specifically music generation).
However, I've been having some issues where after training for a few minutes, the generator dies and outputs the same things over and over again. I figured this is a GAN mode collapse state.
I'm writing to ask if this is something you also experienced while working on your implementation? Or perhaps working with time dependent data just wouldn't work with this implementation? If this isn't the best place to ask this, I'll be happy to close this issue.
Thanks :)