File size: 923 Bytes
949e581
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
  "model_name": "ppg_rvq_64hz_02x_golden",
  "model_version": "1.0",
  "quantization": "INT8",
  "io_type": "int8",
  "encoder": {
    "tflite": "encoder.tflite",
    "header": "encoder.h",
    "input_shape": [
      null,
      1,
      320,
      1
    ],
    "output_shape": [
      null,
      1,
      160,
      16
    ]
  },
  "decoder": {
    "keras": "decoder.keras",
    "float32_tflite": "decoder_float32.tflite",
    "int8_tflite": null,
    "int8_header": null,
    "input_shape": [
      null,
      1,
      160,
      16
    ],
    "output_shape": [
      null,
      1,
      320,
      1
    ]
  },
  "codebook": {
    "npz": "codebook.npz",
    "header": "codebook.h",
    "num_levels": 4,
    "num_embeddings": 256,
    "embedding_dim": 16
  },
  "sample_data": {
    "npz": "sample_data.npz",
    "num_samples": 50,
    "arrays": [
      "inputs",
      "targets",
      "reconstructions"
    ]
  }
}