TF-Keras
TF Lite
sergiopaniego commited on
Commit
fab053d
·
2 Parent(s): a4e4aed 7213ce0

Merge branch 'main' of https://huggingface.co/sergiopaniego/OptimizedPilotNet into main

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,9 +16,9 @@ license: apache-2.0
16
 
17
  | Optimization | Model size (MB) | MSE | Inference time (s/frame) | Filename |
18
  | --------------------------------- | ---------------------- | ---------------------- | ---------------------- | --------------------------------- |
19
- | Original | - | 0.018 | 0.022 | 20230519-174414_pilotnet_CARLA_19_05_dataset_bird_eye_300_epochs_no_flip_3_output_both_directions_all_towns_adam_AFFINE_OPTIMIZATION_PAPER_UPDATED_SHAPE_cp.h5 |
20
  | Baseline | 6.0925140380859375 | 0.010881431312199034 | 0.0016004319190979005 | pilotnet_model.tflite |
21
- | Dynamic Range Quantization | 1.5389328002929688 | 0.041451400199878044 | 0.0008851253986358643 | pilotnet_dynamic_quant.tflite |
22
  | Integer Quantization | 1.5389328002929688 | 0.01102226436099348 | 0.0008868560791015625 | pilotnet_int_quant.tflite |
23
  | Integer (float fallback) Quantization | 1.5389175415039062 | 0.011030688516599923 | 0.0008031470775604248 | pilotnet_intflt_quant.tflite |
24
  | Float16 Quantization | - | - | - | pilotnet_float16_quant.tflite |
 
16
 
17
  | Optimization | Model size (MB) | MSE | Inference time (s/frame) | Filename |
18
  | --------------------------------- | ---------------------- | ---------------------- | ---------------------- | --------------------------------- |
19
+ | Original | 19 | 0.018 | 0.022 | 20230519-174414_pilotnet_CARLA_19_05_dataset_bird_eye_300_epochs_no_flip_3_output_both_directions_all_towns_adam_AFFINE_OPTIMIZATION_PAPER_UPDATED_SHAPE_cp.h5 |
20
  | Baseline | 6.0925140380859375 | 0.010881431312199034 | 0.0016004319190979005 | pilotnet_model.tflite |
21
+ | Dynamic Range Quantization | 1.5377578735351562 | 0.010803998294344926 | 0.0008851253986358643 | pilotnet_dynamic_quant.tflite |
22
  | Integer Quantization | 1.5389328002929688 | 0.01102226436099348 | 0.0008868560791015625 | pilotnet_int_quant.tflite |
23
  | Integer (float fallback) Quantization | 1.5389175415039062 | 0.011030688516599923 | 0.0008031470775604248 | pilotnet_intflt_quant.tflite |
24
  | Float16 Quantization | - | - | - | pilotnet_float16_quant.tflite |