-
Notifications
You must be signed in to change notification settings - Fork 2
/
transformation_info.txt
8 lines (8 loc) · 1.85 KB
/
transformation_info.txt
1
2
3
4
5
6
7
8
iMac-2:tensorflow wf-markosmilevski$ bazel build tensorflow/contrib/lite/toco:toco
iMac-2:tensorflow wf-markosmilevski$ bazel-bin/tensorflow/contrib/lite/toco/toco --input_file=/Users/wf-markosmilevski/Desktop/computer-vision-plant-disease-classification/trained_models/2018-03-07_20:51:35-2018-03-07_23:02:18.h5.pb --input_format=TENSORFLOW_GRAPHDEF --output_format=TFLITE --output_file=plant_recognition.tflite --inference_type=FLOAT --input_type=FLOAT --input_arrays=input --output_arrays=output_node0
2018-03-13 10:41:14.258077: W tensorflow/contrib/lite/toco/toco_cmdline_flags.cc:183] --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.
2018-03-13 10:41:14.846928: I tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.cc:39] Before Removing unused ops: 1262 operators, 1754 arrays (0 quantized)
2018-03-13 10:41:14.877939: I tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.cc:39] Before general graph transformations: 1262 operators, 1754 arrays (0 quantized)
2018-03-13 10:41:15.015998: I tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.cc:39] After general graph transformations pass 1: 126 operators, 321 arrays (0 quantized)
2018-03-13 10:41:15.018038: I tensorflow/contrib/lite/toco/graph_transformations/graph_transformations.cc:39] Before dequantization graph transformations: 126 operators, 321 arrays (0 quantized)
2018-03-13 10:41:15.019673: I tensorflow/contrib/lite/toco/allocate_transient_arrays.cc:311] Total transient array allocated size: 0 bytes, theoretical optimal value: 0 bytes.