7 ms·
It has stax, which is a minimal example of how to build a high level library: https://github.com/google/jax/blob/master/jax/experimental/stax.py https://github.
by ibab 7y ago
It has stax, which is a minimal example of how to build a high level library: https://github.com/google/jax/blob/master/jax/experimental/stax.py https://github.com/google/jax/blob/master/jax/experimental/s...
It seems that the JAX developers are focusing their time on making the core framework better and are leaving the task of building high-level APIs to the community for now.
I suspect we'll see a few high-level APIs emerge over the next few months that explore different approaches before the community settles on a particular one.
- solidasparagus 7y agoI hope not. That's part of what makes TF so miserable - the core library didn't provide the tooling people actually needed so the community built a ton of different tools and it just made TF confusing to use.