Cannot grad when parameters are on multiple devices #9101
Unanswered
ayaka14732
asked this question in
Q&A
Replies: 0 comments
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.
-
I am trying to implement pipeline parallelism.
In my model there are four parameters.
W1
,b1
are on TPU_0, whileW2
,b2
are on TPU_1.However, when I use
value_and_grad
it raises an error.Beta Was this translation helpful? Give feedback.
All reactions