sleep_apnea_hybrid/exam/012/settings.yaml
2022-10-06 23:08:35 +08:00

42 lines
609 B
YAML

# environment config
GPU: "0"
# 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
epoch: 50
lr: 0.00001
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"