반응형
File "/opt/conda/lib/python3.8/site-packages/torch/serialization.py", line 230, in _open_file_like
return _open_file(name_or_buffer, mode)
File "/opt/conda/lib/python3.8/site-packages/torch/serialization.py", line 211, in __init__
super(_open_file, self).__init__(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: './pths/vgg16_bn-6c64b313.pth'
용량 지운다고 계속 pth파일 지우다가
pretrained weights를 지워보렸는데 다시 다운 받는 법
https://pytorch.org/vision/0.8/_modules/torchvision/models/vgg.html
wget https://download.pytorch.org/models/vgg16_bn-6c64b313.pth
wget https://download.pytorch.org/models/vgg16_bn-6c64b313.pth
wget 명령어 치고 enter하면 다운이 시작된다.
그리고 나서 폴더에 넣어주면 끝~
반응형
'Boostcamp AI tech 3기' 카테고리의 다른 글
creating build/temp.linux-x86_64-3.7/lap error 에러 (0) | 2022.05.19 |
---|---|
opencv video mp4로 저장하기 (0) | 2022.05.19 |
부스트 캠프 끝나고 해볼만한 ai 관련 공고/프로그램 (스마일게이트, ssafy 8기) (0) | 2022.05.15 |
파이널 프로젝트 때 참고할 사이트들 (0) | 2022.05.02 |
wandb example images 메모리 크기 (0) | 2022.04.16 |
ImportError: libGL.so.1: cannot open shared object file: No such file or directory 에러 해결 (0) | 2022.04.14 |
mmcv, nvcc 설치 (0) | 2022.03.30 |
conda install error in pstage (0) | 2022.03.30 |