Skip to content

Conversation

@cbkerr
Copy link
Member

@cbkerr cbkerr commented Nov 11, 2022

Thank you @shihkual for this addition for our poster at MIDAS!

@cbkerr cbkerr requested review from a team as code owners November 11, 2022 18:13
@cbkerr cbkerr requested review from kidrahahjo and syjlee and removed request for a team November 11, 2022 18:13
@cbkerr cbkerr requested review from b-butler and shihkual November 11, 2022 18:13
Copy link
Member

@b-butler b-butler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • workflow.py and label.py seem unnecessary, especially when functions are refactored, move to project.py.

I did not have an opportunity to view the VAE code any any depth currently, but I will when these changes are addressed.

Comment on lines 266 to 272
plt.figure(figsize=(12, 10))
plt.scatter(z1_arr, z2_arr, c=colormap(c_arr), s=5)
plt.colorbar(sm, ticks=np.linspace(0, 10, 10, endpoint=False), label="Ground truth")
plt.xlabel(r"$z_1$", fontsize=25)
plt.ylabel(r"$z_2$", fontsize=25)
plt.title(title_name, fontsize=35)
plt.savefig(job.fn("latent.jpg"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use object oriented interface.

@b-butler b-butler requested review from tommy-waltmann and removed request for kidrahahjo, shihkual and syjlee October 12, 2023 20:35
Copy link

@tommy-waltmann tommy-waltmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks to be in good shape, there appear to be CI issues and there is one small thing that I thought I should mention.

@b-butler
Copy link
Member

PyTorch is not yet available and won't until pytorch/pytorch#112882 is merged, so we will have to wait to merge this.

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.

5 participants