
이유를 알 수 없다.. 차라리 명확한 에러가 났으면 좋겠다.. 정말 끔찍하다... 디버깅과 테스트를 거치면서 여러 해결 방안을 찾을때마다 모아두려고 한다.. 해결 될수도, 안될수도... ㅠㅠ · RuntimeError: CUDA out of memory GPU 메모리가 부족해서 생기는 에러. $ nvidia-smi -l 1 을 통해 모델을 돌릴 때 실시간으로 GPU 메모리가 어떻게 변하는지 확인해보고 배치 사이즈를 줄이던지 등의 해결을 봐야한다. · cuDNN error: CUDNN_status_mapping_error torch.backends.cudnn.enabled = False 위 코드를 추가해주었을 때, 해결이 되었다는 의견이 다수 있었다. · cuDNN error: CUDNN_STATUS_EX..
locale.Error: unsupported locale setting Locale 설정이 제대로 되어있지 않아서 생기는 에러, 해결 방법은 간단하다. * locale.Error: unsupported locale setting 에러 해결 방법 ------------------------------------------------------------- (설정은 아래 두 방법을 해보면 아마 대부분 해결 될 것이다) 1) C는 default Language로 설정하는 방법 $ export LC_ALL=C 2) 1)로 해결이 안될 때, 직접 설정해준다. $ export LC_ALL="en_US.UTF-8" $ export LC_CTYPE="en_US.UTF-8" $ sudo dpkg-reconfigure ..
코드들을 돌리다 보면 make.sh를 실행시켜 레이어를 만드는 경우가 많다. docker로 환경을 받아 왔더라도 그래픽 카드 버전과 맞지 않는 경우 아래와 같은 에러를 내는 경우가 있다. "no kernel image is available for execution on the device..." make.sh 파일을 열어보면 arch=compute_52, code=sm_52 위와 같은 코드를 볼 수 있는데 이를 아래 사이트에서 자신이 사용하고 있는 그래픽카드에 맞춰 수정하자. https://developer.nvidia.com/cuda-gpus (보통 코드 전체 검색에서 'sm_' 라고 검색하면 대부분 나온다.) 예를들어 RTX2080을 사용하고 있다면 compute_75, sm_75로, Gtx 108..
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.40/version: dial unix /var/run/docker.sock: connect: permission denied ubuntu에서 docker를 돌리면 sudo로 권한 상승을 해야 실행이 된다. 아래와 같이 sudo 없이 실행하자 $ sudo groupadd docker $ sudo gpasswd -a $USER docker $ newgrp docker 그 후 docker 서비스를 restart 시키자 $ sudo /etc/init...

SQLiteOpenHelper 를 사용하여 내부 Database를 잘 사용하고 있다가 어느 순간 다음과 같은 에러가 떴다. java.lang.RuntimeException: Unable to start activity ComponentInfo{...} ################################################################# Error Code : 1 (SQLITE_ERROR) Caused By : SQL(query) error or missing database. (no such table: SCMODE (code 1): , while compiling: SELECT * FROM SCMODE;) ####################################..
Call requires API level 21 (current min is 14): android.content.Context#getDrawable less... (⌘F1)This check scans through all the Android API calls in the application and warns about any calls that are not available on all versions targeted by this application (according to its minimum SDK attribute in the manifest). If you really want to use this API and don't need to support older devices just..
- Total
- Today
- Yesterday
- Novel View Synthesis
- nerf
- 우분투
- ubuntu
- 3Dvision
- Docker
- Machine Learning
- error
- Python
- nvidia
- CUDA
- java
- pytorch
- SSH
- Deep Learning
- Object Detection
- GPU
- Macbook
- Anaconda
- GaussianSplatting
- MySQL
- numpy
- MacOS
- Computer Vision
- nginx
- git
- Neural Radiance Field
- 2-stage Detector
- vscode
- Android
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |