How can I build a model using XLA? #22609
Unanswered
IcebladeLabs
asked this question in
Q&A
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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