Skip to content

Commit 2434648

Browse files
authored
Merge pull request #3154 from krodyush/patch-4
extend output description for noise-suppression-denseunet-ll-0001
2 parents 55c43ef + d87d4f9 commit 2434648

File tree

1 file changed

+14
-0
lines changed
  • models/intel/noise-suppression-denseunet-ll-0001

1 file changed

+14
-0
lines changed

models/intel/noise-suppression-denseunet-ll-0001/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,23 @@ Sequence patch, name: `output`, shape: `1, 128`, format: `B, T`, where:
5050

5151
- `B` - batch size
5252
- `T` - number of samples in patch
53+
5354
Note: The output patch is "shifted" by 384 (24ms) samples in time. So output[0,i] sample is synced with input[0,i-384] sample
5455

5556
output states, names: `out_state_*`, should be used to fill corresponding `inp_state_*` on next step. Total number of output states is 39
5657

58+
The next outputs are optional to process
59+
60+
Output spectrum, name: `Y`, shape: `1, 2, 129, 1`, format: `B, C, F, T`, where:
61+
- `B` - batch size
62+
- `C` - number of complex value components (always 2)
63+
- `F` - number of frequency bins
64+
- `T` - number of spectrums in patch
65+
66+
Output delay, name: `delay`, shape: `1`, format: `C`, where:
67+
- `C` - number of delays (always 1)
68+
This is provided for convenience and contains the output "shift" relative to the input. For this model it is 384 and can differ for other noise suppression models.
69+
70+
5771
## Legal Information
5872
[*] Other names and brands may be claimed as the property of others.

0 commit comments

Comments
 (0)