You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: it can take a while to generate the first time as it has to perform an inference on the whole training set.
18
18
@@ -23,7 +23,7 @@ Note: it can take a while to generate the first time as it has to perform an inf
23
23
- OPTIONAL STEP 3/4: extract quantizers information and create a sadl int16 decoder.
24
24
- STEP 5: build the C++ decoder
25
25
- STEP 6: extract the encoder, build the C++ encoder
26
-
26
+
27
27
28
28
3- Run on kodak dataset
29
29
```shell
@@ -45,10 +45,10 @@ Several version of the encoder/decoder are available (float version, non SIMD et
45
45
4- Details
46
46
47
47
File details:
48
-
- model\_dec.onnx: contains just the network part with the deconvolution and activation compatible with SADL (e.g. ReLU).
49
-
- model\_info.pkl: contains information beside the network itself:
48
+
- model\_dec.onnx: contains just the network part with the deconvolution and activation compatible with SADL (e.g. ReLU).
49
+
- model\_info.pkl: contains information beside the network itself:
50
50
the cdfs, cdfs length and cdfs offset and the quantizers for each deconv layers parameters inside a dict { 'cdfs': nparray, 'cdflen': nparray, 'cdfoff': nparray, 'quantizers': '0.weight': 8, '0.bias': 10, ...} }
51
-
- model_enc.onnx: contains just the network part with the convolution and activation compatible with SADL (e.g. ReLU).
51
+
- model_enc.onnx: contains just the network part with the convolution and activation compatible with SADL (e.g. ReLU).
0 commit comments