-
Notifications
You must be signed in to change notification settings - Fork 3
/
baseline.yml
70 lines (70 loc) · 1.96 KB
/
baseline.yml
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
train:
dev_directory: ./dev_data
eval_directory: ./eval_data
feature:
frames: 5
hop_length: 512
n_fft: 1024
n_mels: 128
power: 2.0
downsample: False
fit:
batch_size: 512
compile:
loss: mean_squared_error
optimizer: adam
epochs: 100
shuffle: true
validation_split: 0.1
verbose: 1
max_fpr: 0.1
model:
input_dim: 640
batch_norm: true
latent_dim: 8
hidden_dim: 128
l1reg: 0
name: keras_model
encode_depth: 4
encode_in: 128
decode_depth: 4
decode_out: 128
quantization:
bits: f32
int_bits: None
last_bits: None
last_int_bits: None
relu_bits: None
relu_int_bits: None
model_directory: ./model/model_config/baseline
pruning:
constant: false
decay: false
final_step: None
initial_step: 0
power: None
sparsity: None
initial_sparsity: None
final_sparsity: None
result_directory: ./result/model_config/baseline
result_file: result.csv
convert:
x_npy_plot_roc: test_data/anomaly_detection/downsampled_128_5_to_32_4_skip_method.npy
y_npy_plot_roc: test_data/anomaly_detection/downsampled_128_5_to_32_4_ground_truths_skip_method.npy
x_npy_hls_test_bench: ./test_data/anomaly_detection/test_bench/downsampled_128_5_to_32_4_skip_method.npy
y_npy_hls_test_bench: ./test_data/anomaly_detection/test_bench/downsampled_128_5_to_32_4_ground_truths_skip_method.npy
model_file: model/train_config_bits_10_frames_5_mels_128_encDims_8_hidDims_64_halfcode_1_fan_64_bn_True_qbatch_False_l1reg_0/keras_model.h5
Build: True
FIFO_opt: False
OutputDir: hls/results/config/baseline/
ClockPeriod: 10
vivado_path: "/opt/local/Xilinx/Vivado/2019.1/bin:"
Board: pynq-z2
Trace: 0
fpga_part: xc7z020clg400-1
acc_name: anomaly_detection
Backend: Vivado
IOType: io_stream
Interface: axi_stream
Driver: python
Strategy: Resource