当我试图将fast_rcnn_inception_v2_coco保存的模型转换为Javascript格式时,我遇到了一个问题:
KeyError: <tf.Tensor 'SecondStagePostprocessor/BatchMultiClassNonMaxSuppresion/map/while/Switch_1:0' shape=<unkknown> dtype=float32>
环境: python3.6,tensorflowjs 1.0.1,MacOS Mojave 10.14.3
复制步骤:
tensorflowjs_converter --input_format=tf_saved_model --output_format=tfjs_graph_model <pathToExtractedTar>/saved_model ./output_folder
您是否愿意根据这个问题提出一些想法?
谢谢