findfont: font family 'nanumgothiccoding' not found. import matplotlib as mpl import matplotlib.pyplot as plt import numpy as np a1, b1 = np.random.rand(2) a2, b2, c2 = np.random.rand(3) a3, b3, c3, d3 = np.random.rand(4) x = np.arange(-10, 10, 0.01) y1 = a1 * x + b1 y2 = a2 * x**2 + b2 * x + c2 y3 = a3 * x**3 + b3 * x**2 + c3 * x + d3 fig, axs = plt.subplots(1, 3, figsize=(15, 5)) axs[0].plot(x..
Docker container 도커 컨테이너 접속 방법 docker container 목록 확인 docker ps -a docker 가동 중인 container 목록 확인 docker ps 컨테이너에 접속하기 docker exec -it /bin/bash exec로 접속하는 명령어를 입력하고, 어떤 셀을 사용할지를 선택합니다. 표준인 bash를 선택. 이를 통해 접속을 할 수 있으며 환경 확인 및 설정 등이 가능하다.
git clone https://github.com/NVIDIA/apex cd apex # if pip >= 23.1 (ref: https://pip.pypa.io/en/stable/news/#v23-1) which supports multiple `--config-settings` with the same key... pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings "--build-option=--cpp_ext" --config-settings "--build-option=--cuda_ext" ./ # otherwise pip install -v --disable-pip-vers..
'numpy._DTypeMeta' object is not subscriptable 이 에러는 무엇이냐면 openCV와 numpy version이 안 맞아서 나타나는 충돌인데, numpy를 업그레이드 혹은 다운그레이드를 해주어야 한다. 보통 numpy를 1.20.0 version으로 맞추라는 solution이 많았다. pip install numpy==1.20.0 혹은 pip install numpy --upgrade 이 방법으로 업그레이드를 해보기
이 에러가 뜨는 경우에는 distributed 기능을 지원하는 파이토치를 업데이트 해야한다. 즉, torch.distributed 이 모듈이 포함되지 않은 이전 버전을 사용 중일 가능성이 높다는 의미이다. 1. Pytorch version 업데이트 pip install --upgrade torch torchvision 2. 필요한 패키지 별도 설치 pip install torch torchvision -f https://download.pytorch.org/whl/cpu/torch_stable.html 3. 부적절한 python 환경 python3 -m venv myenv source myenv/bin/activate pip install torch torchvision 저는 이 세 가지 방법이 다 적용..
ModuleNotFoundError: No module named 'torch.fx' 가 떴고, 다양한 해결 방법 등이 떴지만 나같은 경우에는 torchvision이 설치되지 않아 생긴 오류였다. conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 -c pytorch 따라서 다시 설치해주니 해결되었음 torch version, cuda version에 맞는 버전을 설치하는 걸 추천!
mmcv library를 쓸 땐, 특정 라이브러리와 파이썬 버전이 맞아야 하는데 Pillow >=v9.1.0 use a slightly different naming scheme for filters. Pillow version이 9.1.0 이상이어야 된다고 해서 확인하려는데 import pillow 이러고 있었음 import PIL print('PIL',PIL.__version__) 이 방법으로 확인하면 된다. 리눅스 환경 터미널일 땐, python 입력 후 파이썬 환경에 들어가면 위 코드로 한 줄씩 확인해보면 된다. 혹시 위 방법으로 버전이 확인 안 된다면 PIL.version.__version__ 으로 확인하면 된다.
VScode에서 Container 접속 안 된다. Error running command remote-containers.attachToRunningContainerFromViewlet: The operation was aborted. This is likely caused by the extension that contributes remote-containers.attachToRunningContainerFromViewlet. 이젠 하다하다 별,,, 별게 안 된다. 허파 디집어지겠다. 해결 방법은 vscode에 설치 되어 있는 Dev ContaineS이다. 요놈의 버전을 아마 낮춰줘야 할 것이다. 우분투 버전마다 다를지도? Dev Containers v0.262.3 으로 설치를 해보시길 바랍니다. 이..
- Total
- Today
- Yesterday
- 구글드라이브서버다운
- support set
- prompt learning
- 딥러닝
- 퓨샷러닝
- docker
- stylegan
- cs231n
- 파이썬 클래스 다형성
- 서버구글드라이브연동
- 파이썬
- 도커
- 파이썬 클래스 계층 구조
- 서버에다운
- NLP
- 구글드라이브연동
- 파이썬 딕셔너리
- Prompt
- few-shot learning
- 구글드라이브서버연동
- style transfer
- clip
- 구글드라이브다운
- vscode 자동 저장
- CNN
- python
- 도커 컨테이너
- 프롬프트
- Unsupervised learning
- 데이터셋다운로드
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |