StrangerZhang / SiamFC-PyTorch

SiamFC PyTorch
MIT License
232 stars 63 forks source link

AttributeError: 'torch.dtype' object has no attribute 'type' #24

Open xiaotian3 opened 5 years ago

xiaotian3 commented 5 years ago

File "/home/omnisky/anaconda3/envs/pysot/lib/python3.7/site-packages/numpy/core/_methods.py", line 85, in _mean ret = ret.dtype.type(ret / rcount) AttributeError: 'torch.dtype' object has no attribute 'type' pytorch1.1

mellthebs commented 5 years ago

I guess change to pytorch 0.4.1 would fix it.

xiaotian3 commented 5 years ago

how to eval otb100? @mellthebs