use gpu in customized pipeline #1267
Unanswered
ChenJunzhi-buaa
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Please provide more information on how to use pipeline in the GPU and what your config looks like |
Beta Was this translation helpful? Give feedback.
1 reply
-
with #1270, probably because there are multiple processes involved, the dataloader will open many processes and many UNet will be put into cuda at the same time to calculate, you can try this to reduce the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to customize a pipeline. In it,image is cropped by a network,which uses gpu.
However, this pipeline raise errors, about using gpu in multiprocessing, as below:
I tried some method but failed.
What can I do?
Beta Was this translation helpful? Give feedback.
All reactions