Open iamhankai opened 4 years ago
https://github.com/microsoft/MMdnn/blob/d34caa49d657bba391460decb9575ba228e47721/mmdnn/conversion/caffe/graph.py#L302
if v=np.array(2.3) , error raise :TypeError: reduce() of empty sequence with no initial value
v=np.array(2.3)
TypeError: reduce() of empty sequence with no initial value
@iamhankai , thank you very much for the feedback. We will look into this issue.
https://github.com/microsoft/MMdnn/blob/d34caa49d657bba391460decb9575ba228e47721/mmdnn/conversion/caffe/graph.py#L302
if
v=np.array(2.3)
, error raise :TypeError: reduce() of empty sequence with no initial value