forked from ag1le/deepmorse-decoder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel.yaml
More file actions
41 lines (39 loc) · 793 Bytes
/
Copy pathmodel.yaml
File metadata and controls
41 lines (39 loc) · 793 Bytes
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
model:
# model constants
name: "mymodel/"
batchSize: 500
imgSize: !!python/tuple [128,32]
maxTextLen: 32
earlyStopping: 5
morse:
fnTrain: "model-snr-40--10/morsewords.txt"
fnAudio: "model-snr-40--10/"
count: 50000
SNR_dB:
- 40
- 30
- 20
- 10
- 6
- 3
- -3
- -6
- -8
- -10
f_code: 600
Fs: 8000
code_speed:
- 40
- 30
- 25
length_seconds: 4
play_sound: False
word_max_length: 5
words_in_sample: 1
experiment:
modelDir: "model/"
fnAccuracy: "model/accuracy.txt"
fnTrain: "model/morsewords.txt"
fnInfer: "model/test.png"
fnCorpus: "model/corpus.txt"
fnCharList: "model/charList.txt"