-
Notifications
You must be signed in to change notification settings - Fork 397
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 #443
base: topic-recognition
Are you sure you want to change the base?
Topic recognition #443
Conversation
Didn't make any changes yet but these files were apparently changed after only cloning
Generating the files and preparing to get started after choosing my topic
…nd including the VQ-VAE based heavily on the cited GitHub. Started work on the README.MD
…oader for numpy arrays
…reconstructed vs original images
This is an initial inspection, no action is required at this point
|
Good Practice (Design/Commenting, TF/Torch Usage)Adequate use and implementation (some errors prevented it from working, partially working) -3 Recognition ProblemSolves problem (some outputs missing) -2 Commit LogMeaningful commit messages DocumentationReadMe acceptable Pull RequestSuccessful Pull Request (Working Algorithm Delivered on Time in Correct Branch) |
I see that I need to undo/revert changes to other student files. I don't remember making those changes I think it might have happened from having some kind of inconsistency between my version and the public version when I submitted the pull request. For fixing these changes should I just edit the files so they are identical to the other students ones? |
I've attempted to get rid of my changes to other students read me and even after copying and pasting from origin and attempting |
Seems the student files still showing up as changed. Can you check again. I will grant the Feedback marks, because you did attempt to solve it, but can't merge until you do fix it. |
Hiya,
This pull request is for an implementation of problem 8 (Create a generative model of one of the OASIS brain,
ADNI brain or the OAI AKOA knee data set(see Appendix for links) using a VQVAE [11] or VQVAE2 [12] that has a “reasonably clear image” and a Structured Similarity (SSIM) of over 0.6)Please find contained within
interface.ipynb
containing the main interface for interacting with my modelsREADME.md
containing information on how the models work together including how to use the models yourselfdataset.py
containing the code used to implement the various datasets and data loaders used throughoutpredict.py
containing the code for generating new imagestrain.py
containing the code used for the training loops for the various modelsenvironment.yml
containing the environment used during the creation of this projectimages/*.png
containing the images used in the READMEmodules/*.py
containing the various models used in this projectmodules.decoder.py
decoder implementationmodules.encoder.py
encoder implementationmodules.quantizer.py
vector quantizer implementationmodules.stack.py
implementation for the stacked residual layers used by other modulesmodules.vqvae.py
VQ-VAE implementationmodules.pixelcnn.py
pixel cnn implementationThank you for your time taken to review and hope for feedback.
Alex Viller,
45375325