Newer
Older
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
2023-11-24 11:17:11.648580: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 AVX512F FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
Using TensorFlow backend
2023-11-24 11:19:24.489014: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1639] Created device /job:localhost/replica:0/task:0/device:GPU:0 with 15484 MB memory: -> device: 0, name: Quadro P5000, pci bus id: 0000:3b:00.0, compute capability: 6.1
2023-11-24 11:19:43.981352: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:432] Loaded cuDNN version 8600
2023-11-24 11:20:00.065986: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x146c39579590 initialized for platform CUDA (this does not guarantee that XLA will be used). Devices:
2023-11-24 11:20:00.066049: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Quadro P5000, Compute Capability 6.1
2023-11-24 11:20:01.109895: I tensorflow/compiler/mlir/tensorflow/utils/dump_mlir_util.cc:255] disabling MLIR crash reproducer, set env var `MLIR_CRASH_REPRODUCER_DIRECTORY` to enable.
2023-11-24 11:20:04.576384: I ./tensorflow/compiler/jit/device_compiler.h:186] Compiled cluster using XLA! This line is logged at most once for the lifetime of the process.
Namespace(data_input='imu+bvp', feature_method='None', lbl_str='pss', model='cnn1d', overwrite=0, subject=2, test_standing=1, train_len=5, win_shift=0.2, win_size=12)
unable to find matching config id
Data id not set, auto assigned to: 1
imu-bvp_rr_Pilot02_id1_combi5.0-7.0-10.0-12.0-15.0
train
(35921, 11)
test
(364536, 10)
---CNN1D---
input shape: (1440, 7)
x shape: (120, 1440, 7)
Search: Running Trial #1
Value |Best Value So Far |Hyperparameter
4 |4 |n_layers
128 |128 |filter_unit0
32 |32 |filter_unit1
128 |128 |filter_unit2
128 |128 |filter_unit3
2 |2 |kernel_size0
3 |3 |kernel_size1
4 |4 |kernel_size2
1 |1 |kernel_size3
2 |2 |pool_size0
3 |3 |pool_size1
1 |1 |pool_size2
3 |3 |pool_size3
5 |5 |stride_size0
1 |1 |stride_size1
2 |2 |stride_size2
4 |4 |stride_size3
0.2 |0.2 |dropout0
0.1 |0.1 |dropout1
0.1 |0.1 |dropout2
0.1 |0.1 |dropout3
[2K
WARNING:tensorflow:Callback method `on_train_batch_end` is slow compared to the batch time (batch time: 0.0058s vs `on_train_batch_end` time: 0.0117s). Check your callbacks.
Callback method `on_train_batch_end` is slow compared to the batch time (batch time: 0.0058s vs `on_train_batch_end` time: 0.0117s). Check your callbacks.
[2K
Trial 1 Complete [00h 00m 47s]
val_loss: 14.744112968444824
Best val_loss So Far: 14.744112968444824
Total elapsed time: 00h 00m 47s
Search: Running Trial #2
Value |Best Value So Far |Hyperparameter
3 |4 |n_layers
128 |128 |filter_unit0
256 |32 |filter_unit1
256 |128 |filter_unit2
2 |2 |kernel_size0
1 |3 |kernel_size1
3 |4 |kernel_size2
3 |2 |pool_size0
5 |3 |pool_size1
1 |1 |pool_size2
2 |5 |stride_size0
4 |1 |stride_size1
4 |2 |stride_size2
0.3 |0.2 |dropout0
0.4 |0.1 |dropout1
0.3 |0.1 |dropout2
[2K
[2K
Trial 2 Complete [00h 00m 04s]
val_loss: 13.707195281982422
Best val_loss So Far: 13.707195281982422
Total elapsed time: 00h 00m 51s
Search: Running Trial #3
Value |Best Value So Far |Hyperparameter
2 |3 |n_layers
64 |128 |filter_unit0
64 |256 |filter_unit1
2 |2 |kernel_size0
3 |1 |kernel_size1
1 |3 |pool_size0
4 |5 |pool_size1
2 |2 |stride_size0
1 |4 |stride_size1
0.1 |0.3 |dropout0
0.3 |0.4 |dropout1
[2K
WARNING:tensorflow:Callback method `on_train_batch_end` is slow compared to the batch time (batch time: 0.0073s vs `on_train_batch_end` time: 0.0124s). Check your callbacks.
Callback method `on_train_batch_end` is slow compared to the batch time (batch time: 0.0073s vs `on_train_batch_end` time: 0.0124s). Check your callbacks.
[2K
Trial 3 Complete [00h 00m 03s]
val_loss: 13.268708229064941
Best val_loss So Far: 13.268708229064941
Total elapsed time: 00h 00m 55s
Search: Running Trial #4
Value |Best Value So Far |Hyperparameter
5 |2 |n_layers
128 |64 |filter_unit0
128 |64 |filter_unit1
64 |None |filter_unit2
128 |None |filter_unit3
128 |None |filter_unit4
1 |2 |kernel_size0
3 |3 |kernel_size1
3 |None |kernel_size2
2 |None |kernel_size3
3 |None |kernel_size4
1 |1 |pool_size0
4 |4 |pool_size1
3 |None |pool_size2
3 |None |pool_size3
1 |None |pool_size4
1 |2 |stride_size0
4 |1 |stride_size1
2 |None |stride_size2
2 |None |stride_size3
1 |None |stride_size4
0.4 |0.1 |dropout0
0.3 |0.3 |dropout1
0.3 |None |dropout2
0 |None |dropout3
0.4 |None |dropout4
[2K
WARNING:tensorflow:Callback method `on_train_batch_end` is slow compared to the batch time (batch time: 0.0067s vs `on_train_batch_end` time: 0.0210s). Check your callbacks.
Callback method `on_train_batch_end` is slow compared to the batch time (batch time: 0.0067s vs `on_train_batch_end` time: 0.0210s). Check your callbacks.
[2K
Trial 4 Complete [00h 00m 05s]
val_loss: 14.513642311096191
Best val_loss So Far: 13.268708229064941
Total elapsed time: 00h 01m 00s
Search: Running Trial #5
Value |Best Value So Far |Hyperparameter
5 |2 |n_layers
256 |64 |filter_unit0
256 |64 |filter_unit1
32 |None |filter_unit2
256 |None |filter_unit3
32 |None |filter_unit4
5 |2 |kernel_size0
1 |3 |kernel_size1
4 |None |kernel_size2
2 |None |kernel_size3
4 |None |kernel_size4
5 |1 |pool_size0
4 |4 |pool_size1
4 |None |pool_size2
2 |None |pool_size3
3 |None |pool_size4
2 |2 |stride_size0
1 |1 |stride_size1
3 |None |stride_size2
5 |None |stride_size3
5 |None |stride_size4
0.4 |0.1 |dropout0
0.1 |0.3 |dropout1
0.2 |None |dropout2
0.2 |None |dropout3
0 |None |dropout4
[2K
[2K
Trial 5 Complete [00h 00m 05s]
val_loss: 14.623631477355957
Best val_loss So Far: 13.268708229064941
Total elapsed time: 00h 01m 05s
Search: Running Trial #6
Value |Best Value So Far |Hyperparameter
3 |2 |n_layers
64 |64 |filter_unit0
64 |64 |filter_unit1
256 |None |filter_unit2
3 |2 |kernel_size0
1 |3 |kernel_size1
5 |None |kernel_size2
4 |1 |pool_size0
5 |4 |pool_size1
1 |None |pool_size2
5 |2 |stride_size0
1 |1 |stride_size1
1 |None |stride_size2
0.4 |0.1 |dropout0
0.2 |0.3 |dropout1
0.1 |None |dropout2
[2K
WARNING:tensorflow:Callback method `on_train_batch_end` is slow compared to the batch time (batch time: 0.0049s vs `on_train_batch_end` time: 0.0260s). Check your callbacks.
Callback method `on_train_batch_end` is slow compared to the batch time (batch time: 0.0049s vs `on_train_batch_end` time: 0.0260s). Check your callbacks.
[2K
Trial 6 Complete [00h 00m 04s]
Loading full blame...