princeton-vl / CornerNet-Lite

BSD 3-Clause "New" or "Revised" License
1.78k stars 431 forks source link

AttributeError: 'builtin_function_or_method' object has no attribute 'view' #142

Open hs7251912 opened 4 years ago

hs7251912 commented 4 years ago

hi .when i run demo.py get the error .

feat = feat.view(feat.size(0), -1, feat.size(3)) AttributeError: 'builtin_function_or_method' object has no attribute 'view'

linxian97 commented 4 years ago

I have meet the same problem as you, have you solved it?