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
- 석사
- 품사태깅
- NLP
- Classification Task
- CUDA
- naver movie review
- 우울증
- pytorch
- sentiment analysis
- word embedding
- 인공지능
- Word2Vec
- 자연어처리
- 전처리
- 대학원
- 수기
Archives
- Today
- Total
슬기로운 연구생활
git fatal out of memory malloc failed 본문
* 에러 원인
git 로컬 저장소에 너무 용량이 큰 모델을 에러를 올려 에러가 발생했다.
* 에러 해결
근본적인 해결방법은 너무 큰 모델을 올리면 안된다.
일단 당장의 문제를 해결하기 위해서는 git local 터미널에 들어가 아래의 명령어를 입력한다.
git reset
git init
'슬기로운 에러 생활' 카테고리의 다른 글
nohup.out에 출력결과 즉시 nohup에 찍고 싶을 때 (0) | 2021.11.19 |
---|---|
OSError: [E050] Can't find model 'de_core_news_sm'... only on debug mode (0) | 2021.11.17 |
couldn't communicate with the NVIDIA Driver (0) | 2021.09.13 |
Missing key(s) in state_dict: "embeddings.position_ids". (0) | 2021.09.09 |
[bentoml] module not found error: no module named (1) | 2021.08.30 |
Comments