-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathconfig_CC1352.yaml
More file actions
43 lines (36 loc) · 1.15 KB
/
Copy pathconfig_CC1352.yaml
File metadata and controls
43 lines (36 loc) · 1.15 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
common:
target_module: 'timeseries'
task_type: 'generic_timeseries_classification'
target_device: 'CC1352'
run_name: '{date-time}/{model_name}'
dataset:
# enable/disable dataset loading
enable: True #False
dataset_name: hello_world_example_dsg
input_data_path: https://software-dl.ti.com/C2000/esd/mcu_ai/datasets/generic_timeseries_classification.zip
data_processing_feature_extraction:
feature_extraction_name: FFT256Input_FE_RFFT_16Feature_8Frame_removeDC_Full_Bandwidth
# feat_ext_transform: [ 'FFT_Q15', 'Q15_SCALE', 'Q15_MAG', 'DC_REMOVE', 'BIN_Q15', 'CONCAT']
# frame_size: 256
# 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
# F28x generic timeseries model names: CLS_1k_NPU, CLS_4k_NPU, CLS_6k_NPU, CLS_13k_NPU
model_name: 'CLS_1k_NPU'
# model_spec: ''
batch_size: 256
training_epochs: 20
num_gpus: 0
testing:
enable: True
compilation:
# enable/disable compilation
enable: True #False