Merge branch 'main' of https://huggingface.co/sergiopaniego/OptimizedPilotNet into main
Browse files
README.md
CHANGED
@@ -78,8 +78,8 @@ To do inference:
|
|
78 |
|
79 |
| Optimization | Model size (MB) | MSE | Inference time (s/frame) | Filename |
|
80 |
| --------------------------------- | ---------------------- | ---------------------- | ---------------------- | --------------------------------- |
|
81 |
-
| Float32 Quantization |
|
82 |
-
| Float16 Quantization |
|
83 |
| Int8 Quantization | 6.181861877441406 | 0.00969304293365875 | 0.0002463934421539307 | 28_04_trt_mod_float_28_04_int8.jit.pt |
|
84 |
|
85 |
|
|
|
78 |
|
79 |
| Optimization | Model size (MB) | MSE | Inference time (s/frame) | Filename |
|
80 |
| --------------------------------- | ---------------------- | ---------------------- | ---------------------- | --------------------------------- |
|
81 |
+
| Float32 Quantization | 6.121363639831543 | 0.009570527376262128 | 0.0002284455299377441 | 28_04_trt_mod_float_28_04_float.jit.pt |
|
82 |
+
| Float16 Quantization | 6.121363639831543 | 0.009571507916721152 | 0.000250823974609375 | 28_04_trt_mod_float_28_04_half.jit.pt |
|
83 |
| Int8 Quantization | 6.181861877441406 | 0.00969304293365875 | 0.0002463934421539307 | 28_04_trt_mod_float_28_04_int8.jit.pt |
|
84 |
|
85 |
|