microsoft / MMdnn

MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.
MIT License
5.8k stars 965 forks source link

Bug report #822

Open iamhankai opened 4 years ago

iamhankai commented 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

linmajia commented 4 years ago

@iamhankai , thank you very much for the feedback. We will look into this issue.