UsamaI000 / CamVid-Segmentation-Pytorch

This is the DL repository for Semantic Segmentation using U-Net model in pytorch library.
MIT License
15 stars 7 forks source link

Torchvision Version #1

Closed aminul-huq closed 4 years ago

aminul-huq commented 4 years ago

Hi @UsamaI000 , which version of torchvision are you using for this project? In Camvid.py in line 32 you used PILToTensor(). I was not able to use it. Can you tell me the version of your torchvision please?

UsamaI000 commented 4 years ago

Hi @UsamaI000 , which version of torchvision are you using for this project? In Camvid.py in line 32 you used PILToTensor(). I was not able to use it. Can you tell me the version of your torchvision please?

Hi @aminul-huq, I am using Trochvision version "0.7.0+cu101". I usually work on colab so this is the version that is available on it.