torch.cuda.set_device#
- torch.cuda.set_device(device)[source]#
设置当前设备。
Usage of this function is discouraged in favor of
device
. In most cases it’s better to useCUDA_VISIBLE_DEVICES
environmental variable.- 参数
device (torch.device or int) – selected device. This function is a no-op if this argument is negative.