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

make pedagogical GAN example in 2d #691

Closed
murphyk opened this issue Mar 13, 2022 · 2 comments
Closed

make pedagogical GAN example in 2d #691

murphyk opened this issue Mar 13, 2022 · 2 comments
Labels

Comments

@murphyk
Copy link
Member

murphyk commented Mar 13, 2022

Implement a GAN from scratch (in JAX) to fit a dataset generated from a mixture of Gaussians in 2d.
You can start with this:
https://colab.research.google.com/github/probml/probml-notebooks/blob/master/notebooks/gan_mog_mode_hopping.ipynb
but your code should have these changes:

  • it should be simpler (not use ODEs)
  • use flax not haiku
  • do not mix np.random and jax.random
@workatcam
Copy link

Hello Kevin, thank you for providing new tasks. I’d love to make pedagogical GAN from scratch using JAX, can I take over this issue if you don’t mind :)

@murphyk
Copy link
Member Author

murphyk commented Mar 14, 2022

Hi @workatcam . Please go for it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants