Duet Split Learning GPU devices #308
Answered
by
znreza
umermjd11
asked this question in
Course: Foundations of Private Computation
-
In split learning mnist demo
How can we send model1 and model2 to their GPU devices?
|
Beta Was this translation helpful? Give feedback.
Answered by
znreza
Apr 24, 2021
Replies: 1 comment
-
Hi @umermjd11 You can send your model to use "cuda" (after checking if it has "cuda") by doing so
Check this example for details |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
umermjd11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @umermjd11 You can send your model to use "cuda" (after checking if it has "cuda") by doing so
Check this example for details