K210_Tutorial
K210_Tutorial copied to clipboard
Issues about using pb2tflite.sh
我用Maix_Tool中的pb2tflite.sh转换pb模型时出现如下问题: W tensorflow/contrib/lite/toco/toco_cmdline_flags.cc:178] --input_type is deprecated. It was an ambiguous flag that set both --input_data_types and --inference_input_type. If you are trying to complement the input file with information about the type of input arrays, use --input_data_type. If you are trying to control the quantization/dequantization of real-numbers input arrays in the output file, use --inference_input_type. F tensorflow/contrib/lite/toco/toco.cc:46] Check failed: parsed_toco_flags.input_file.specified() Missing required flag: input_file 不知作者是否遇到过,能否给出python以及tensorflow的版本
应该是 tensorflow 版本的问题,可以加一个 --enable_v1_converter 试试