sergiopaniego
commited on
Commit
·
93c7d32
1
Parent(s):
aad48cf
Updated INT8 PyTorch model
Browse files
README.md
CHANGED
@@ -80,7 +80,7 @@ To do inference:
|
|
80 |
| --------------------------------- | ---------------------- | ---------------------- | ---------------------- | --------------------------------- |
|
81 |
| Float32 Quantization | - | - | - | 28_04_trt_mod_float_28_04_float.jit.pt |
|
82 |
| Float16 Quantization | - | - | - | 28_04_trt_mod_float_28_04_half.jit.pt |
|
83 |
-
| Int8 Quantization |
|
84 |
|
85 |
|
86 |
|
|
|
80 |
| --------------------------------- | ---------------------- | ---------------------- | ---------------------- | --------------------------------- |
|
81 |
| Float32 Quantization | - | - | - | 28_04_trt_mod_float_28_04_float.jit.pt |
|
82 |
| Float16 Quantization | - | - | - | 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 |
|
86 |
|
pytorch/28_04_trt_mod_float_28_04_int8.jit.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29e993a85a0713266a8a361856d4d9bdaf43282c6616989411844d5f92770abb
|
3 |
+
size 6482152
|