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
- 프롬프트
- 알고리즘
- Linear Model
- NLP
- deque
- 머신러닝
- 코테
- BFS
- GPT
- LeetCode
- ChatGPT
- Django
- 기계학습
- machinelearning
- prompt engineering
- rnn
- dl
- 부스트캠프
- gradient descent
- 파이썬
- attention
- Python
- Linear Regression
- LLM
- transformer
- 코딩테스트
- 일기
- 프로그래머스
- Deeplearning
- Programmers
Archives
- Today
- Total
크크루쿠쿠
Kernel died (code: 1) in VSCode 본문
VSCode 에서 python 커널이 죽어버리는 현상.
해결방법:
conda install ipykernel --update-deps
만약 위의 코드가 동작하지 않을 시
conda install ipykernel --update-deps --force-reinstall
'StackOverflow' 카테고리의 다른 글
Vscode 에서 파일 삭제,입력 최대한 지양하자 (0) | 2022.01.12 |
---|---|
pytorch Dataset 에서 AttributeError: (0) | 2022.01.11 |
Pytorch: IndexError: index out of range in self (0) | 2021.12.22 |
ImportError: IProgress not found. (0) | 2021.11.21 |
[pandas] Error tokenizing data. C error (0) | 2021.11.16 |
Comments