전체 글(28)
-
Error handling
RuntimeError: CUDA error: device-side assert triggered 1. /pytorch/aten/src/THCUNN/ClassNLLCriterion.cu:108: cunn_ClassNLLCriterion_updateOutput_kernel: block: [0,0,0], thread: [0,0,0] Assertion `t >= 0 && t 데이터셋 정의에서 -1값이 들어가면 오류 발생 => t >= 0 && t 혹은 CE 사용할 때 pred 인풋값이 (batch_size , num_classes) 인지 확인 // index_ignore = 해당인덱스 추가하기
2021.05.31 -
[error] TypeError: 'Tensor' object is not callable in custom loss
ref : https://discuss.pytorch.org/t/typeerror-tensor-object-is-not-callable/102931 TypeError: ‘Tensor’ object is not callable Hello,everyone. Newbie here, trying to learn pytorch. Recently, I’m using lstm or gru to do failure prediction. This is a binary classification problem ,so I use BCEWithLogitsLoss as the loss function, but finally, it is wrong. %matplotlib notebook impor discuss.pytorch.o..
2021.05.24 -
FLOPS란
블로그 이전했어요 https://cccaaa.tistory.com/17 FLOPS란 한국어 설명 ref : https://hongl.tistory.com/31r FLOPS (FLoating point OPerationS) - 플롭스 개발한 딥러닝 모델은 얼마나 빠를까요? 특히, 모바일 같은 저사양 디바이스에서의 딥 뉴럴 네트워크에서는 성능보다 cccaaa.tistory.com 한국어 설명 ref : https://hongl.tistory.com/31r FLOPS (FLoating point OPerationS) - 플롭스 개발한 딥러닝 모델은 얼마나 빠를까요? 특히, 모바일 같은 저사양 디바이스에서의 딥 뉴럴 네트워크에서는 성능보다는 해당 사양에서 원활히 돌아가는지가 서비스 측면에서 매우 중요합니다. h..
2021.05.23 -
터미널 깃 계정 변경
현재 사용중인 터미널에서 git config user.name git config user.email 하여 현재 계정 정보 확인 git config --global user.name 바꿀계정이름 git config --global user.email 바꿀이메일주소 하여 변경 후 git config user.name git config user.email 로 변경 된 계정 정보 확인 마지막으로 윈도우 자격증명 변경하기(아래 출처 참조) 제어판 > 사용자 계정 > 자격 증명 관리 > Windows 자격 증명 >일반 자격 증명 > 일반 자격증명 편집 > git:https://github.com 주소에 변경할 계정이름, 암호 등록 출처 : https://somjang.tistory.com/entry/Git-Gi..
2021.01.20 -
비쥬얼 코드에서 단축키 안먹힐 때
블로그 이전했어요 https://cccaaa.tistory.com/20 비쥬얼 코드(vscode) 에서 단축키 안먹힐 때 출처 : www.clien.net/service/board/kin/13136842 Visual Studio Code에서 주석 단축키 (Ctrl + /) 가 안될때? : 클리앙 안녕하세요, Visual Studio Code를 사용하고 있는데 가끔씩 Ctrl + /키가 작동하지 않아서 왜 그런지 cccaaa.tistory.com 출처 : www.clien.net/service/board/kin/13136842 Visual Studio Code에서 주석 단축키 (Ctrl + /) 가 안될때? : 클리앙 안녕하세요, Visual Studio Code를 사용하고 있는데 가끔씩 Ctrl + /키..
2020.12.20 -
ADsP 시험 독학 후기
ADsP(데이터분석 준전문가)란?데이터분석 준전문가(ADsP : Advanced Data Analytics Semi-Professional)란 데이터 이해에 대한 기본지식을 바탕으로 데이터분석 기획 및 데이터분석 등의 직무를 수행하는 실무자를 말함ADsP 시험 신청방법www.dataq.or.kr/www/main.do데이터자격시험카드결제/계좌이체 환불 환불 요청시 즉시환불www.dataq.or.kr회원가입 후 데이터분석 준전문가 시험일정을 보고 신청하면 된다. 시험 접수하고 나중에 접수비를 입금해도 된다. 금액은 50000원이다. 시험은 총 40문제가 출제되고, 과락은 40점이다. 시험 난이도, 공부방법 - 시험 난이도는 3.5/5점이라고 생각한다. (컴활 1급 필기 난이도 정도!) - 노베이스로는 한 3..
2020.12.07