sleep_apnea_hybrid/exam/013/settings.yaml

42 lines
609 B
YAML
Raw Normal View History

2022-10-06 21:05:53 +08:00
# environment config
2022-10-06 23:08:35 +08:00
GPU: "1"
2022-10-06 21:05:53 +08:00
# dataset config
Path:
dataset: /home/marques/code/marques/apnea/dataset/BCG_100hz_lowpass50/
label: ./dataset/
save: ./output/
batch_size: 256
number_worker: 0
model_name: HYBRIDNET001
select_sampno:
- 282
- 726
- 229
- 582
- 286
- 966
- 1000
- 1004
- 1006
- 1009
# train hyperparameters config
2022-10-06 23:08:35 +08:00
epoch: 50
lr: 0.00001
2022-10-06 21:05:53 +08:00
nc: 1
# wandb config
entity: "marques"
project: "Sleep_Apnea_HYBRID00X"
Note: "HYBRID001 NOBD STFT RESP DUAL"
tags: ["ReduceLROnPlateau", "RESP LSTM", "STFT CNN"]
# "CW":class_weight
# "CosineAnnealingLR"
# "ReduceLROnPlateau"