yoshitomo-matsubara / sc2-benchmark

[TMLR] "SC2 Benchmark: Supervised Compression for Split Computing"
https://yoshitomo-matsubara.net/sc2-benchmark/
MIT License
23 stars 8 forks source link

importError #112

Closed ZqCATCAT closed 1 year ago

ZqCATCAT commented 1 year ago

Hello, i have a problem to run the sc2-benchmark. There is no 'model_urls' in 'torchvision.models.segmentation.deeplabv3', but i exactly install torchvision0.11.1. image image

yoshitomo-matsubara commented 1 year ago

Thank you @ZqCATCAT for reporting that.

I forgot to update the minimum requirements in setup.py for the change (model_url was introduced to deeplabv3.py from torchvision v0.12.0)

Please update torch and torchvision on your machine with 1.11.0>= and 0.12.0>= respectively. I will edit setup.py soon for next version release