-
I want to ask if it is possible to use Jax / Flax etc. libraries instead of PyTorch to close a complete learning pipeline. Jax offers just-in-time compiling and auto-diff for native python functions and it would be nice to use it with the differentiation feature of genesis. Has somebody maybe tried that already? |
Beta Was this translation helpful? Give feedback.
Answered by
zhouxian
Dec 22, 2024
Replies: 1 comment 1 reply
-
Hi, thanks for asking. For now we prefer to have everything in native taichi and the interface to be in pytorch. If needed, we could probably add interface with jax as well, but for now we are kind of short in terms of manpower :( |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rubimat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for asking.
For now we prefer to have everything in native taichi and the interface to be in pytorch. If needed, we could probably add interface with jax as well, but for now we are kind of short in terms of manpower :(