lzx1413 / CAFFE_SSD

Other
106 stars 55 forks source link

AttributeError: Interp_param #13

Open feiXueQingXin opened 4 years ago

feiXueQingXin commented 4 years ago

Hi, I have some questions. When using fssd_pascar.py, I found that net['fc7_us'] = l.iterp (net['fc7_reduce'],interp_param={'height':38,'width':38}) on line 55 will report an error (AttributeError: Interp_param), if you remove interp_param={'height':38,'width':38}), it will compile. Maybe you can solve it easily. Thank you very much.

zyinggit commented 4 years ago

Hi, I meet the same questions. When using fssd_pascar.py, I found that net['fc7_us'] = l.iterp (net['fc7_reduce'],interp_param={'height':38,'width':38}) on line 55 will report an error (AttributeError: Interp_param), if you remove interp_param={'height':38,'width':38}), it will compile. Maybe you can solve it easily. Thank you very much.