IT/Python
[jupyter] 커널 죽을때 jupyter 설정 The kernel for filename appears to have died. It will restart automatically
시간의 무게
2022. 6. 3. 01:54
jupyter에서 메모리 문제로 재시작하겠다는 문구가 뜨는걸로 보인다.
The kernel for filename appears to have died. It will restart automatically.
tensorflow를 사용하다가 메모리가 부족한 이유 등으로 jupyter 커널이 죽을때 조치법이다.
https://min23th.tistory.com/11
[주피터노트북/jupyter notebook] 커널 죽는 문제 the kernel appears to have died. it will restart automatically
모델을 jupyter lab에서 돌리는데 어느 순간부터 위 그림같이 커널이 죽는 문제가 발생했다 커널이 죽는 이유는 주어진 메모리 할당량을 초과했기 때문이다. 보통의 경우에는 방법 1(config파일 내
min23th.tistory.com