-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VAE loss and classification accuracy #18
Comments
@yuyingg0921 You should be able to get reasonably good results using VAE. Can you share your hyper-parameters when training the model? |
Hi, |
@yuyingg0921 @Somayeh12 You might want to try running the code using the same TensorFlow version as mentioned in requirements.txt. See #24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi :) sorry to bother you again
I tried train_vae.py to train a vae model without competition layer but got high loss (60-70).
(and dimension is 128)
earlystopping happened in about 20-50 epoch though I already tried a larger patience.
The loss includes kld and reconstruction error but is this loss value in normal scale?
and then I used pred_vae.py to predict 20news document embeddings.
but after running run_classifier.py, I can only get about 22% classification accuracy.
Do you have any suggestion for improving the vae model!?
thank you
The text was updated successfully, but these errors were encountered: