-
Notifications
You must be signed in to change notification settings - Fork 8
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
Clarifications on Decoder and Embeddings #3
Comments
Hi! Answers to your questions:
Nice to see that you're progressing :) |
@robogast - Appreciate all of the information! Need to review the paper again :) I look forward to trying the other scripts and posting how things go! |
Hi @robogast Your comments make much more sense now after reviewing the literature further :) This is a nice overview from AI Epiphany! |
Hi @robogast I was trying to better understand Thanks in advance!
|
@robogast
Happy to report I was able to train a VQ-VAE using a dataset. Very cool to see - and kudos for the nice Tensorboard outputs you have in place! 😎
Do you have any suggestions or code for randomly sampling from the decoder in a generative fashion?
Also, If you have a summary of these files and their purpose, that would be very helpful. I would be happy to do a PR with some comments in the repository if that would be helpful.
Questions on:
calc_ssim_from_checkpoint.py # does this calculate SSIM across the dataset ❓
decode_embeddings.py # Specifications for db_path ❓
extract_embeddings.py # Does this save embedding to disk ❓
Ran successfully:
plot_from_checkpoint.py # plots a forward pass from a random sample ✅
train.py # trains a model ✅
Much appreciated!
-Akshay
The text was updated successfully, but these errors were encountered: