티스토리 뷰
Update: 02/18/2024
https://huggingface.co/docs/transformers/v4.20.1/en/perf_train_gpu_many#:~:text=DP%20copies%20data%20within%20the,not%20the%20case%20with%20DP.
————/
DDP를 써라!
핵심은 DP는 single-process multi-thread이고, DDP는 multi-process라는 것. python GIL overhead를 피하려면 multi-thread가 아닌 multi-process를 쓰는게 효율적임.
DDP overview
https://pytorch.org/tutorials/beginner/dist_overview.html
DDP, DP와 batch norm
https://discuss.pytorch.org/t/how-does-dataparallel-handels-batch-norm/14040
참고 dataloader num_workers는 subprocess가 아니라 thread 수를 지정해주는것임.
process vs thread 참고: https://stackoverflow.com/questions/37430255/difference-between-subprocess-and-thread
'Research (연구 관련)' 카테고리의 다른 글
remote tensorboard (0) | 2021.08.14 |
---|---|
training & numpy randomness (0) | 2021.08.14 |
osmesa, pyrender, torch training bug (0) | 2021.08.13 |
ray & 3d bounding box intersection (0) | 2021.08.09 |
novel view synthesis, virtual camera (1) | 2021.08.05 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 머신러닝
- 피트니스
- 문경식
- 인터뷰
- camera coordinate
- world coordinate
- pyrender
- 컴퓨터비젼
- 에디톨로지
- demo
- Interview
- 2d pose
- Docker
- 비전
- deep learning
- Virtual Camera
- Machine Learning
- nohup
- 헬스
- spin
- focal length
- part segmentation
- VAE
- nerf
- Pose2Mesh
- Generative model
- 컴퓨터비전
- densepose
- Transformation
- pytorch
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함