Skip to content

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