Skip to content
Snippets Groups Projects
singularity_1823495.out 2.31 MiB
Newer Older
Raymond Chia's avatar
Raymond Chia committed
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


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.

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



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


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.

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


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.

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



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


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.

Trial 6 Complete [00h 00m 04s]
Loading full blame...