sharan21 / disentangled-style-transfer-vae

11 stars 3 forks source link

Can you update if this implementation works? if not what are the open problems. thanks #4

Open orensul opened 3 years ago

sharan21 commented 3 years ago

The main issue is that the underlying autoencoder is achieving low reconstruction error. As a result due to this, the style transfer is occurring as expected, but it is not able to preserve content. I suspect this is because w2v is not being trained properly. Also if a Bi directional LSTM is used I suspect this will be the solution to the low reconstruction error.

If this is fixed I think the replication will be complete and the results will match that of the paper.