-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig_template.yaml
49 lines (49 loc) · 1.13 KB
/
config_template.yaml
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
---
rpi4:
ssh_ip:
ssh_key: # path to key
ssh_user:
port:
tflite_model: # name of the tflite model
model_path: # path to the dir of the model
save_dir:
niter: # number of iterations
threads: 1
bench_file:
ssh: True
print: True
interpreter: True
pyarmnn: False
sleep: 0.0 # time to sleep between inferences in seconds
onnxrt:
ssh_ip:
ssh_key: # path to key
ssh_user:
port:
tflite_model: # name of the tflite model
model_path: # path to the dir of the model
save_dir:
niter: # number of iterations
threads: 1
bench_file:
ssh: True
print: True
interpreter: True
pyarmnn: False
sleep: 0.0 # time to sleep between inferences in seconds
tf_basic:
ssh_ip: ''
ssh_key: '' # path to key
ssh_user: ''
port: ''
tflite_model: '' # name of the tflite model
model_path: '' # path to the dir of the model
save_dir:
niter: # number of iterations
threads: 1
bench_file:
ssh: False
print: True
interpreter: True
pyarmnn: False
sleep: 0.0 # time to sleep between inferences in seconds