yhenon / pytorch-retinanet

Pytorch implementation of RetinaNet object detection.
Apache License 2.0
2.15k stars 665 forks source link

Version of python, pytorch, torchvision #170

Open NanAlbert opened 4 years ago

NanAlbert commented 4 years ago

I am sorry to disturb you that I have a problem with the configuration environment. I have tried python2.7 pytorch0.4.1 as other issue says, but it didn't work. So what is the version of python&pytorch&torchvision? Thank you~

yhenon commented 4 years ago

I use python3, torch 1.4.0, torchvision 0.5.0

NanAlbert commented 4 years ago

I use python3, torch 1.4.0, torchvision 0.5.0

Thank you so much

shizixfn commented 4 years ago

pytorch的版本和cuda的版本必须要一一对应吗