-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnas_config_flops_rmse.yaml
More file actions
80 lines (71 loc) · 1.69 KB
/
Copy pathnas_config_flops_rmse.yaml
File metadata and controls
80 lines (71 loc) · 1.69 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Copyright (c) 2026 UCLA Networked & Embedded Systems Laboratory
# SPDX-License-Identifier: BSD-3-Clause
# Pure desktop OxIOD NAS example: minimize validation RMSE and model FLOPs.
device:
name: STM32_NUCLEO_N657X0_Q
hil: false
compile_when_hil_disabled: false
runtime_mode: back_to_back
serial_port: "/dev/ttyACM0"
measured_inference_runs: 10
dut_ready_timeout_s: 12.0
serial_timeout_s: 12.0
stm32:
project_root: "sketches/stm32/crest_stm32_lrun"
appli_flash_address: "0x70100000"
weight_storage_mode: "external_flash"
weights_memory_pool: "src/config/stm32_nucleo_mypool.json"
dataset:
name: oxiod
params:
sampling_rate_hz: 100
window_size: 200
stride: 20
directory: "data/oxiod/"
calibration_windows: 10000
task:
name: odometry_regression
params:
early_stopping_patience: 40
model:
family: odom_tcn
params:
export_variant: approx_trained
search: {}
training:
nas_epochs: 55
model_epochs: 990
nas_trials: 150
nas_multiobjective_population_size: 50
max_total_trials: 300
quantization:
mode: int8_ptq
search: false
choices: [int8_ptq]
latency_proxy_max_flops: 30000000.0
train: true
energy_aware: false
input_mode: "uniform"
nas:
score:
type: multi-objective
params:
objectives:
- metric: rmse_total
direction: minimize
- metric: flops
direction: minimize
prune:
rules: []
outputs:
models_dir: "models"
candidate_dir: "odom_tcn"
artifact_stem: "OxIOD_FLOPS_PROXY_case1_1"
log_file_name: "log_NAS_OxIOD_FLOPS_PROXY_case1_1.csv"
network:
host: "127.0.0.1"
port: 6001
recv_timeout_sec: 720
send_timeout_sec: 720
logging:
level: "INFO"