Skip to content

Commit 5dcb94c

Browse files
fix typo in ddp_series_multigpu tutorial
1 parent fcc6818 commit 5dcb94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Žbeginner_source/ddp_series_multigpu.rstโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ DDP ๋ชจ๋ธ ๊ตฌ์ถ•
114114
- `DistributedSampler <https://pytorch.org/docs/stable/data.html?highlight=distributedsampler#torch.utils.data.distributed.DistributedSampler>`__
115115
๋ฅผ ์ด์šฉํ•˜์—ฌ ๋ชจ๋“  ๋ถ„์‚ฐ ํ”„๋กœ์„ธ์Šค์— ์ž…๋ ฅ ๋ฐ์ดํ„ฐ๋ฅผ ๋‚˜๋ˆ•๋‹ˆ๋‹ค.
116116
- `DataLoader <https://pytorch.org/docs/stable/data.html#torch.utils.data.DataLoader>`__ ๋Š” ๋ฐ์ดํ„ฐ์…‹๊ณผ ์ƒ˜ํ”Œ๋Ÿฌ๋ฅผ ๊ฒฐํ•ฉํ•˜์—ฌ
117-
์ฃผ์–ด์ง„ ๋ฐ์ดํ„ฐ์…‹์— ๋Œ€ํ•œ ๋ฐ˜๋ณต ๊ฐ€๋Šฅ ๊ฐ์ฒด๋ฅผ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.combines a dataset and a
117+
์ฃผ์–ด์ง„ ๋ฐ์ดํ„ฐ์…‹์— ๋Œ€ํ•œ ๋ฐ˜๋ณต ๊ฐ€๋Šฅ ๊ฐ์ฒด๋ฅผ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.
118118
- ๊ฐ๊ฐ์˜ ํ”„๋กœ์„ธ์Šค๋Š” 32๊ฐœ ์ƒ˜ํ”Œ ํฌ๊ธฐ์˜ ์ž…๋ ฅ ๋ฐฐ์น˜๋ฅผ ๋ฐ›์Šต๋‹ˆ๋‹ค.
119119
์ด์ƒ์ ์ธ ๋ฐฐ์น˜ ํฌ๊ธฐ๋Š” ``32 * nprocs``, ํ˜น์€ 4๊ฐœ์˜ GPU๋ฅผ ์‚ฌ์šฉํ•  ๋•Œ 128์ž…๋‹ˆ๋‹ค.
120120

0 commit comments

Comments
ย (0)