Searched refs:quantization (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 2975 …s possible! One technique for reducing the size of a model is called [quantization](https://www.te… 2977 … "In the following cell, we'll convert the model twice: once with quantization, once without." 2990 "# Convert the model to the TensorFlow Lite format without quantization\n", 2997 "# Convert the model to the TensorFlow Lite format with quantization\n", 3003 "# Enforce integer only quantization\n", 3038 …"To prove these models are accurate even after conversion and quantization, we'll compare their pr… 3066 " input_scale, input_zero_point = input_details[\"quantization\"]\n", 3079 " output_scale, output_zero_point = output_details[\"quantization\"]\n", 3388 …reduction in size! This is because the model is already so small that quantization has little effe…
|