# environment config
GPU: "1"


# 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"