I cannot assign the GPU index by ddp or dp backends.. #8368
-
It's weired. I have a single machine with 8 GPUSs and now 0~4 are full load. Some of my codes: ` parser = argparse.ArgumentParser(description='Solver')
` +-----------------------------------------------------------------------------+ +-----------------------------------------------------------------------------+ and when I run the codes, it will assign task to GPU:2 , I don't know why.. Any idea..? ############################## |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Problemed solved. |
Beta Was this translation helpful? Give feedback.
Problemed solved.
I forgot to map device when I load a ckpt file as data...