DDP-Tutorial
DDP-Tutorial copied to clipboard
Results
2
DDP-Tutorial issues
Sort by
recently updated
recently updated
newest added
您好,请问如果我在训练时每次只想选用部分验证集数据验证,该怎么写?
你好,请问在env模式中,是如何获得arg.local_rank这个参数的。在启动方式中并没有看到。Tutorial中说可以通过环境变量自动获取,难道不需要添加这一条代码吗?`gpu_id = int(os.environ['LOCAL_RANK'])`