JeisonPham / ECE-285-Project

0 stars 0 forks source link

Variational Autoencoder #22

Open JacobGlennAyers opened 1 year ago

JacobGlennAyers commented 1 year ago

Train a basic non-convex variational autoencoder. Once it is trained, remove the basic decoder, keep the encoder, and retrain the decoder using a vNN

JacobGlennAyers commented 1 year ago

We could also try this both ways. Train a basic non-convex VAE, remove the encoder, keep the decoder, and then retrain the encoder using a vNN

JacobGlennAyers commented 1 year ago

If this works, we could then generate FID and IS scores.