Tim Bechtel

Results 2 issues of Tim Bechtel

Deleted outdated `--workdir` flag in bash command, as discussed in #3666.

The VAE example in /flax/examples/vae seems to have some outdated requirements, jax.random usage, and absl.flags usage. Modifications I made to get the example running: - change jax.random.key to jax.random.PRNGKey -...