Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 리눅스
- 파이토치
- 융합연구
- NeRF paper
- 논문
- NERF
- Semantic Segmentation
- IROS
- 논문리뷰
- 딥러닝
- GAN
- Deep Learning
- pytorch
- CVPR2023
- Computer Vision
- Vae
- 2022
- ICCV
- Python
- paper review
- ICCV 2021
- panoptic segmentation
- CVPR
- Paper
- docker
- panoptic nerf
- linux
- Neural Radiance Field
- 논문 리뷰
- 경희대
Archives
- Today
- Total
목록Issue board/Linux (1)
윤제로의 제로베이스
[Linux] 공유메모리(shared memory) 초기화
딥러닝 프로그램을 돌리다가 내가 가끔 중간에 강제 종료시킨 것들이 누적되었는지 shared memory에러가 발생했다. RuntimeError: DataLoader worker is killed by signal: Bus error. It is possible that dataloader's workers are out of shared memory. Please try to raise your shared memory limit. 이런 에러가 발생해서 왜지 하고 찾아보니 shared memory를 넘치면서 발생하는 에러라고 나왔다. 실제로 df -h로 봤을 때 이미 사용중인 shared memory가 56%라고 써져있었다. (아무 프로그램도 돌리고 있지 않았는데도) 그래서 shared memory를 지..
Issue board/Linux
2023. 12. 5. 14:00