4rooms commited on
Commit
35b77c1
·
verified ·
1 Parent(s): 0792033

Upload seqsleepnet-phan/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. seqsleepnet-phan/config.json +10 -2
seqsleepnet-phan/config.json CHANGED
@@ -16,7 +16,14 @@
16
  "seqnlayer2": 4
17
  },
18
  "training": {
19
- "dataset": "sleepedf",
 
 
 
 
 
 
 
20
  "channels": [
21
  "EEG"
22
  ],
@@ -27,7 +34,8 @@
27
  "weight_decay": 0,
28
  "batch_size": 32,
29
  "loss": "CrossEntropyLoss",
30
- "fold": 0
 
31
  },
32
  "reference": "Phan et al. 2019 - SeqSleepNet: End-to-End Hierarchical Recurrent Neural Network for Sequence-to-Sequence Automatic Sleep Staging"
33
  }
 
16
  "seqnlayer2": 4
17
  },
18
  "training": {
19
+ "dataset": "mass",
20
+ "dataset_cohorts": [
21
+ 1,
22
+ 2,
23
+ 3,
24
+ 4,
25
+ 5
26
+ ],
27
  "channels": [
28
  "EEG"
29
  ],
 
34
  "weight_decay": 0,
35
  "batch_size": 32,
36
  "loss": "CrossEntropyLoss",
37
+ "fold": 0,
38
+ "early_stopping_patience": 10
39
  },
40
  "reference": "Phan et al. 2019 - SeqSleepNet: End-to-End Hierarchical Recurrent Neural Network for Sequence-to-Sequence Automatic Sleep Staging"
41
  }