일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- c++
- 모두의 딥러닝 예제
- 가우시안 필터링
- object detection
- TensorFlow
- 딥러닝 공부
- 컴퓨터 비전
- 팀프로젝트
- MFC 프로그래밍
- 케라스 정리
- 모두의 딥러닝
- Pytorch Lecture
- 영상처리
- matlab 영상처리
- 골빈해커
- 김성훈 교수님 PyTorch
- pytorch zero to all
- c언어 정리
- 파이토치 강의 정리
- 딥러닝 스터디
- 파이토치
- pytorch
- C언어 공부
- 해리스 코너 검출
- tensorflow 예제
- 딥러닝
- 파이토치 김성훈 교수님 강의 정리
- c++공부
- c언어
- 미디언 필터링
Archives
- Today
- Total
목록pytorch lightning worker 설정 오류 (1)
ComputerVision Jack
Exception in thread Thread -3:
Exception in thread Thread -3: 해당 오류는 Classification Task 진행하던 도중에 만나게 되었다. pytorch lightning module 사용하여 Trainer 정의할 때, worker 설정과 관련한 오류로, worker 맞게 설정하거나 낮추면 해결 가능하다. trainer = pl.Trainer( max_epochs=cfg['epochs'], logger=TensorBoardLogger(cfg['save_dir'], make_model_name(cfg)), gpus=cfg['gpus'], accelerator='ddp' if platform.system() != 'Windows' else None, plugins=DDPPlugin() if platform.sy..
Computer Vision/PyTorch Framework ISSUE
2022. 3. 31. 13:43