Skip to content

wangjinzhuo/wearables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model zoo of sleep staging networks implemented in pytorch

pytorch dataLoader of mass and sleep-edf dataset can be accessed here

model   input epoch network input shape total paramaeter
dsn 1 #ch * Fs(200) * 30 46,371,589
seqsleepnet {10, 20, 30} #ch * Fs(100) * 30 * {10, 20, 30} --> (29 * 129) * {10, 20, 30} 137,476(20 epoch)
utime 35 #ch * Fs(100) * 30 * 35 1,220,317
segnet 128 #ch * Fs(100) * 30 * 128 3,674,464

# Run the line below before using each model

pip3 install -r requirements.txt

# original paper references

dsn: https://arxiv.org/pdf/1703.04046.pdf

seqsleepnet: https://arxiv.org/pdf/1809.10932.pdf

utime: https://arxiv.org/pdf/1910.11162.pdf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages