How can I build a model using XLA? #22609
Unanswered
IcebladeLabs
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
In most cases, you are not supposed to use the XLA compiler directly — instead it makes sense to use frameworks that use XLA as a backed, for example JAX. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry for the basic question, but I've recently build XLA from source on my machine. I'm interested in building something like ResNet50 or BERT on my machine, how should I go about this? What materials would I need to obtain/ what is the workflow? I apologize if this is a basic question, but I cannot seem to find documentation. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions