
오늘 이것저것 찾아보며 배운 점들을 기록해보았다. 이렇게 기록하지 않으면, 금방 까먹어서 삽질했던 것들도 기억이 잘 안나더라. 1. 그냥 pip install torch==1.13.1+cu116를 하면 pip이 찾지를 못한다. 왜그런지는 모르겠지만, 아래와 같이 한번에 치면 다운이 잘 된다. pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://pytorch.org/get-started/previous-versions/ PyTorch An open source machine learning framework that accelerates the path from researc..