MMdnn
MMdnn copied to clipboard
Tensorflow has not supported operator [MaxPoolWithArgmax] with name [resnet_model/MaxPoolWithArgmax].
Platform :arm centos
Python version:3.7.5
Source framework with version (like Tensorflow 1.4.1 with GPU):tensorflow 1.15
when tried ”mmconvert -sf tensorflow -iw resnet50_910to310.pb --dstNodeName resnet_model/final_dense -df caffe -om tf_resnet --inNodeName input_data --inputShape 224,224,3”,i get the erros as below:
2020-08-14 22:21:28.678883: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version
WARNING:tensorflow:From /usr/local/python3.7.5/lib/python3.7/site-packages/mmdnn/conversion/tensorflow/tensorflow_frozenparser.py:175: The name tf.train.export_meta_graph is deprecated. Please use tf.compat.v1.train.export_meta_graph instead.
Tensorflow has not supported operator [MaxPoolWithArgmax] with name [resnet_model/MaxPoolWithArgmax].
Traceback (most recent call last):
File "/usr/local/python3.7.5/bin/mmconvert", line 8, in
any one help me to figure out what is the problem? thanks .
I am having something similar and I guess mmdnn doesn't recognize the operators created with Keras API rather than pure TensorFlow API.