-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmodel_arrl3.yaml
More file actions
46 lines (44 loc) · 1.11 KB
/
Copy pathmodel_arrl3.yaml
File metadata and controls
46 lines (44 loc) · 1.11 KB
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
model:
# model constants
directory: "Volumes/Elements/model-arrl3"
name: "model-arrl3/"
batchSize: 100
imgSize: !!python/tuple [128,32]
maxTextLen: 32
earlyStopping: 10
corpus: "arrl_corpus.txt"
split: 0.70 # 70% training - 30% validation
numTrainSamplesPerEpoch: 5000
morse:
fnTrain: "Volumes/Elements/model-arrl3/morsewords.txt"
fnAudio: "Volumes/Elements/model-arrl3/"
count: 25000
SNR_dB:
- 40
- 30
- 20
- 10
- 6
- 3
- -3
- -6
f_code: 600
Fs: 8000
code_speed:
- 40
- 30
- 25
- 22
- 20
- 18
length_seconds: 4
play_sound: False
word_max_length: 5
words_in_sample: 1
experiment:
modelDir: "Volumes/Elements/model-arrl3/"
fnAccuracy: "Volumes/Elements/model-arrl3/accuracy.txt"
fnTrain: "Volumes/Elements/model-arrl3/morsewords.txt"
fnInfer: "Volumes/Elements/model-arrl3/test.png"
fnCorpus: "Volumes/Elements/model-arrl3/corpus.txt"
fnCharList: "Volumes/Elements/model-arrl3/wordCharList.txt"