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 |
Tags
- 조인
- TicTacToe
- Arificial Intelligence
- dataloader
- AI
- 정규화
- pytorch
- Hyperparameters
- System Structure
- SQL
- Program Execution
- 카티션 곱
- OS
- 비지도학습
- backpropagate
- mode bit
- 세미조인
- 데이터베이스
- 디비전 연산자
- camerax
- 동기식 입출력
- Database
- Operating System
- 실렉션
- 운영체제
- Artifical Intelligence
- 중첩질의
- kernel
- process
- RuntimeError
Archives
- Today
- Total
목록dataloader (1)
aajin126's devlog

이 파일을 cmd에서 python train.py 명령으로 실행시키던 중 다음과 같은 RuntimeError가 났다. " RuntimeError: An attempt has been made to start a new process before the current process has finished its bootstrapping phase. This is probably means that you are not using fork to start your child processes and you have forgotten to use the proper idiom in the main module: if __name__ == '__main__': freeze_support () ... The "f..
error
2023. 7. 4. 10:35