Skip to content
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

Add a few QOL improvements #46

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

matthewcarbone
Copy link
Contributor

@matthewcarbone matthewcarbone commented Jul 20, 2021

Made a few quality of life changes detailed in the commits.

Btw, I'm very close to being fully convinced I should use pyroved for my own work now. Given that I should be a lot more active. In the meantime I had to graduate/start new job/etc 😄.

Edit: all tests pass locally.

Allows the user to control the size of the image plotted.
The line super(iVAE, self).__init__(*args, **kwargs) seemed to be
causing issues after running multiple times. Unclear why, but I
do believe that super() functions the same way as the above if
written as super().__init__(*args, **kwargs).
In ivae, the user can now specify which latent variables to plot in
manifold2d. All other latents are set to zero (which is an arbitrary
choice).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant