Overview:
This PR updates the torchvision version listed in requirements.txt. The need for this change arose due to installation issues with the existing torchvision version (0.9.1), as illustrated in the attached image (Screenshot 1).
Changes:
Deleted the line specifying torchvision==0.9.1.
Added a new line with torchvision==0.14.1.
Testing:
Upon applying the proposed changes, I meticulously executed the pip install -r requirements.txt command. I'm pleased to report that this process completed without any errors. Furthermore, I observed that installing torchvision==0.14.1 automatically facilitated the installation of torch==1.13.1. This observation solidified my confidence that these versions are indeed compatible and suitable for project's requirements.
Overview: This PR updates the
torchvision
version listed inrequirements.txt
. The need for this change arose due to installation issues with the existingtorchvision
version (0.9.1), as illustrated in the attached image (Screenshot 1).Changes:
torchvision==0.9.1
.torchvision==0.14.1
.Testing: Upon applying the proposed changes, I meticulously executed the
pip install -r requirements.txt
command. I'm pleased to report that this process completed without any errors. Furthermore, I observed that installingtorchvision==0.14.1
automatically facilitated the installation oftorch==1.13.1
. This observation solidified my confidence that these versions are indeed compatible and suitable for project's requirements.Screenshots
Sincerely, Janghwan Kim