[ 仅 API 调用方式不一致 ]torch.utils.data.get_worker_info
torch.utils.data.get_worker_info
torch.utils.data.get_worker_info()
转写示例
# PyTorch 写法
result = torch.utils.data.get_worker_info()
# Paddle 写法
result = paddle.io.get_worker_info()

torch.utils.data.get_worker_info()
# PyTorch 写法
result = torch.utils.data.get_worker_info()
# Paddle 写法
result = paddle.io.get_worker_info()