Andreas Steiner
Andreas Steiner
I think we should decide on a case by base basis, which example to fork to start a new one. Not every example will have the same requirements.
The current plan is to add the HOWTO and some utility functions at the same time in #2111, and then to use that utility function to rewrite some of the...
We could mention that `Dropout()` requires an `rng` with the name `dropout` in its module documentation. The code is currently very short and it's easily visible, but I agree it...
Note that "file structure" in #231 got changed (as part of #634): > * To make it easier to test, maintain and reuse code structure the code as follows: >...
see also how JAX is using [`jupytext`](https://jupytext.readthedocs.io/en/latest/) to keep notebooks & md/rst files in sync: https://jax.readthedocs.io/en/latest/developer.html#update-notebooks
shouldn't we have a link to https://flax--2367.org.readthedocs.build/en/2367/ under "checks" above?
Current timings from test when run on Github: ``` - flax/ in 61.14s (0:01:01) - examples/pixelcnn in 10.56s - examples/seq2seq in 20.55s - examples/mnist/ in 9.11s - examples/ppo/ in 20.88s...
@avital is there a way to see Github VM CPU usage during the build workflow? How many cores do we have? When running locally, expensive tests like `wmt` and `imagenet`...
Hi Tuan. The `Status: pull requests welcome` means contributions to this issue are welcome! Best, Andreas
Note that "file structure" in #231 got changed (as part of #634): > * To make it easier to test, maintain and reuse code structure the code as follows: >...