반응형
어느 날 torch을 import 했더니 아래 오류를 뱉었다.
TqdmWarning: IProgress not found. Please update jupyter and ipywidgets.
오류에 링크도 있는데 링크에 들어가면 해결 방법을 알려준다. (https://ipywidgets.readthedocs.io/en/stable/user_install.html)
# 해결 방법
pip install ipywidgets
참고로 난 주피터 랩에서 작업하다가 에러가 났는데 이 경우 터미널에서 저 명령을 실행하고 다시 주피터랩을 실행하면 된다.
반응형
'코딩 환경 > PyTorch' 카테고리의 다른 글
[PyTorch] GPU을 사용할 때 to(device)와 cuda() 차이 (2) | 2023.02.27 |
---|---|
[PyTorch] MNIST 데이터셋 다운로드하고 열어보기 (0) | 2023.02.26 |
[PyTorch] onnx을 이용한 모델 시각화 및 프레임워크 전환 (0) | 2023.02.25 |
[PyTorch] 파이토치 torchinfo, summary 사용 방법 / 여러 input 설정 (0) | 2023.02.24 |
[PyTorch] m1 맥에 GPU 사용 Pytorch 설치 및 에러 해결 / ERROR: Could not find a version that satisfies the requirement torch (0) | 2023.02.15 |