摘要:
https://blog.csdn.net/IT_charge/article/details/119208680 阅读全文
posted @ 2021-11-23 09:50
AnswerThe
阅读(635)
评论(0)
推荐(0)
摘要:
一、启动训练的命令 python -m torch.distributed.launch --nproc_per_node=NUM_GPUS_YOU_HAVE train.py 其中torch.distributed.launch表示以分布式的方式启动训练,--nproc_per_node指定一共就 阅读全文
posted @ 2021-11-23 09:48
AnswerThe
阅读(1297)
评论(0)
推荐(0)