-
Notifications
You must be signed in to change notification settings - Fork 396
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
Topic recognition #440
base: topic-recognition
Are you sure you want to change the base?
Topic recognition #440
Conversation
report/assignment.
… the size of latent space
…tent space size, adjusted epochs and implemented plotting of training losses and of the latent space for test images.
…ng to train new models, copied an open-source PixelCNN implementation - yet to optimise or adjust
…ll input sizes, however cannot be trained on the full train set
…ision. Trained PixelCNN, but sampling is unimplemented
…, implemented sampling of priors
…ing hyperparameters.
…ments to code structure made.
This is an initial inspection, no action is required at this point
|
Good Practice (Design/Commenting, TF/Torch Usage)Adequate use and implementation Recognition ProblemSolves problem (poor generations) -1 Commit LogMeaningful commit messages DocumentationReadMe acceptable/good Pull RequestSuccessful Pull Request (Working Algorithm Delivered on Time in Correct Branch) |
Keras implementation of the VQ-VAE algorithm, using a PixelCNN to provide generative capacity. Trained to operate on the OASIS dataset, with SSIM of approx. 0.9 for all tested images.