79628431

Date: 2025-05-19 09:18:23
Score: 2
Natty:
Report link

Just specify the available GPUs in the script of running.

CUDA_VISIBLE_DEVICES=2, 4, 5, 7 python -m train
When GPU 2, 4, 5, 7 are selected, they are labeled as 0, 1, 2, 3 in the program.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Xiong Haiyang