Jax support
See original GitHub issueThis would broadly involve:
- Adding a
jax
directory that follows the same structure as the PyTorch/Tensorflow ones to our main module and appropriately add that layer: https://github.com/cvxgrp/cvxpylayers/tree/master/cvxpylayers - Filling in the details of the module and tests
- Updating the README/image to include Jax
- Adding some Jax examples: https://github.com/cvxgrp/cvxpylayers/tree/master/examples
\cc @gsp-27 who has expressed interest in helping with this – please let us know if you make any progress here!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:8
- Comments:19 (5 by maintainers)
Top Results From Across the Web
Jax Support Build with Highest Winrate - LoL Runes, Items
Everything you need for Jax Support. The highest win rate Jax Support build, from rune set to skill order to item path, in...
Read more >S11 Jax Support Build :: League of Legends Strategy Builds
S11 Jax Support Build. Jax build guides on MOBAFire. League of Legends Premiere Jax Strategy Builds and Tools.
Read more >Jax Build, Runes, Counters (Support, Season 12.23) - OP.GG
Jax Build for Support - Jax build from runes, skill order, item path, counters and more in the latest LoL Patch.
Read more >Jax Support Build Guide, Runes, Items 12.2, LoL - METAsrc
Statistical Jax Support build guide with best runes, item build, skill order, counters, summoner spells, trinkets, and mythic items, 12.2.
Read more >Rating Jax Support| Is he Good? [Best Builds, Runes, and ...
This video is a bit of a Jax Support Guide. This video will showcase what items are best on Jax, what runes you...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve been recently thinking about adding a jax/flax version but haven’t started.
Yes sure, its true that eagerpy is more design to go in the other way around: write some code that uses a tensor framework to compute derivatives of it. So not sure it could help here. However, maybe the fact to have lightweighted unified tensor API may help to factorize a bit.
I’ll have a look at the Jax integration in #100!