hou-yz/MVDet

module 'torch' has no attribute 'complex'

davvvy opened this issue · 0 comments

Hi,

Thanks for your work first!

I'm trying to inference the code but got some errors

my environment in 3090 GPU:
CUDA 11.7
torch-1.10.0+cu111
torchvision 0.11.0+cu111

The first error was:
No module named 'torchvision.models.utils'
Then I reinstalled by:
pip install torch==1.6.0 torchvision==0.7.0

The second error was:
module 'torch' has no attribute 'complex'
and not solved till now.

Could you please provide the solution? or your torch & torchvision version?

Thanks!