-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathconfig_MSPM0.yaml
More file actions
45 lines (38 loc) · 1.03 KB
/
Copy pathconfig_MSPM0.yaml
File metadata and controls
45 lines (38 loc) · 1.03 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
common:
target_module: 'timeseries'
task_type: 'ecg_classification'
target_device: 'MSPM0G5187'
run_name: '{date-time}/{model_name}'
dataset:
# enable/disable dataset loading
enable: True #False
dataset_name: ecg_classification_4class
# input_data_path: "https://software-dl.ti.com/C2000/esd/mcu_ai/datasets/ecg_classification_4class.zip"
data_processing_feature_extraction:
feature_extraction_name: ECG2500Input_Roundoff_1Frame
# feat_ext_transform: ['ECG_NORMALIZE']
# frame_size: 2500
# feature_size_per_frame: 16
# num_frame_concat: 8
# frame_skip: 1
# offset: 0
# scale:1
# variables: 1
# q15_scale_factor: 5
# normalize_bin: True
training:
# enable/disable training
enable: True #False
model_name: ECG_55k_NPU
# model_spec: ''
batch_size: 12
learning_rate: 0.001
weight_decay: 4e-5
optimizer: 'adam'
training_epochs: 25
num_gpus: 0
testing:
enable: True
compilation:
# enable/disable compilation
enable: True #False