Andreas Steiner

Results 14 issues of Andreas Steiner

I find myself often copying setup code (e.g. for a simple MNIST-like example) when trying out new features. It would be very handy to have specially crafted Snippets for Flax...

Priority: P2 - eventual

When computing the log probabilities for ```python prompts = ( 'the sky is blue', 'the sky is pink', 'the sky is bacon', ) ``` I get very different values, depending...

On a fresh Colab TPU runtime, we have: ``` >>> import flax AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () 1 # Verify we can import everything. ----> 2...

Priority: P1 - soon