You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/02/19 07:47:59 UTC

[GitHub] Ian8888 opened a new issue #14201: Convert symbol tool Can't convert Softmaxwithloss from caffe to mxnet?

Ian8888 opened a new issue #14201: Convert symbol tool Can't convert Softmaxwithloss from caffe to mxnet?
URL: https://github.com/apache/incubator-mxnet/issues/14201
 
 
   Traceback (most recent call last):
     File "/home/mnxnet-cv307/mxnet/tools/caffe_converter/convert_model.py", line 231, in <module>
       main()
     File "/home/mnxnet-cv307/mxnet/tools/caffe_converter/convert_model.py", line 227, in main
       convert_model(args.prototxt, args.caffemodel, args.save_model_name)
     File "/home/mnxnet-cv307/mxnet/tools/caffe_converter/convert_model.py", line 67, in convert_model
       sym, input_dim = convert_symbol(prototxt_fname)
     File "/home/mnxnet-cv307/mxnet/tools/caffe_converter/convert_symbol.py", line 315, in convert_symbol
       sym, output_name, input_dim = _parse_proto(prototxt_fname)
     File "/home/mnxnet-cv307/mxnet/tools/caffe_converter/convert_symbol.py", line 264, in _parse_proto
       raise ValueError('Unknown layer %s %s!' % (layer.name, layer.type))
   ValueError: Unknown layer SoftmaxWithLoss

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services