-
Ubuntu mirror server change to kakao
주의 저장소에 따라 설치가 되고 안되는게 존재함. 속도 차이가 매우크지 않으니 굳이 저장소 변경하지 않는걸 추천함 Setting[1] sudo vi /etc/apt/sources.list # Change every context to next line # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://mirror.kakao.com/ubuntu focal main restricted # deb-src http://mirror.kakao.c... Read More
-
Ubuntu apt-get dist-upgrade
apt-get update Package list update, not upgrade Package. apt-get upgrade Package list upgrade. not check dependency. apt-get dist-upgrade[1] Upgrade the package list to suit the dependency. Reference 1. sudo apt-get update upgrade dist-upgrade 차이, wonjinho81, Write:2018.10.17, attach:2022.07.18 방문, https://blog.naver.com/wonjinho81/2213... Read More
-
CuDNN 설치 후 pytorch GPU사용 안됨
사건의 발생 어제 CuDNN 정상 설치 확인 후 docker container의 pytorch에서 gpu사용이 안되는 것을 확인했다. device = "cuda" if torch.cuda.is_available() else "cpu" print(f"Using {device} device") # Using cpu device 미쳐버리겠지만 빨리 해결해야한다. 문제 파악 CuDNN 설치 후 gpu사용이 안되는 것이라 추측을 가지고 있기에 다음을 확인해본다. Nvidia driver 정상 확인 CUDA ToolKit 정상 확인 CuDNN 정상 확인 Docker 문제 확인 ... Read More
-
The public CUDA GPG key does not appear to be installed.
참고 도커를 사용하는 경우 CUDA 및 CuDNN 설치가 필수가 아닙니다. 도커를 사용하여 설치하고 환경 구성에서 시간을 절약합시다. Error messege $ sudo dpkg -i cudnn-local-repo-ubuntu2004-8.4.1.50_1.0-1_amd64.deb (Reading database ... 142484 files and directories currently installed.) Preparing to unpack cudnn-local-repo-ubuntu2004-8.4.1.50_1.0-1_amd64.deb ... Unpacking cudnn-local-repo-ubuntu2... Read More
-
Python gzip library
$\mathbf{1.\;Introduce}$ nn_tutorial/mnist-data-setup When Firstly Analyze the MINST Dataset, Read More
-
Ubuntu Broken Pipe
https://may0301.tistory.com/10 Read More
-
Ubuntu 7z error
When 7z 포멧으로 압축된 파일을 푸는 과정에서 에러가 발생함 (base) root@f129439cd489:~/DataSet# 7zr x Fashion-data.7z 7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 p7zip Version 16.02 (locale=ko_KR.UTF-8,Utf16=on,HugeFiles=on,64 bits,32 CPUs AMD Ryzen Threadripper PRO 5955WX 16-Cores (A00F82),ASM,AES-NI) Scanning the drive for archiv... Read More