Dootmaan / DSRL

Implementation of CVPR 2020 Dual Super-Resolution Learning for Semantic Segmentation
MIT License
95 stars 17 forks source link

some questions about environment #4

Open rubykaguya opened 3 years ago

rubykaguya commented 3 years ago

Thank you for your work! I would like to ask about your GPU configuration and the specific version of some dependent packages used

Dootmaan commented 3 years ago

Hi there. I tested the code on GTX 1080Ti with CUDA 11.1 (but I think it should also work on CUDA 9.0+), with PyTorch version 0.4.1 (incredibly old). Actually, this repo doesn't need any other dependent packages besides those of Deeplab v3+.

Dootmaan commented 3 years ago

Hi there. I tested the code on GTX 1080Ti with CUDA 11.1 (but I think it should also work on CUDA 9.0+), with PyTorch version 0.4.1 (incredible old). Actually, this repo doesn't need any other dependent packages besides those of Deeplab v3+.

Also make sure that you have Cityscapes downloaded and the paths in mypath.py are correctly configured.

rubykaguya commented 3 years ago

Thank you for your help!