Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
94000f3
added notebook prototype with ONNX
conorato Oct 26, 2020
f6c3a01
Merge branch 'master' of github.com:PolyCortex/polydodo into backend/…
conorato Oct 26, 2020
3c80f91
updated readme & fixed req
conorato Oct 26, 2020
d58f473
print predictions
conorato Oct 26, 2020
5f34701
revert model url
conorato Oct 29, 2020
a540c35
Fix download
abelfodil Oct 29, 2020
cccdd27
added log to debug on macos
conorato Oct 29, 2020
8f3b4e8
Merge branch 'master' of github.com:PolyCortex/polydodo into backend/…
conorato Oct 31, 2020
1b9289c
fixed bug; replaced uV by V scaling
conorato Oct 31, 2020
05c7e3f
added investigation notebook
conorato Nov 1, 2020
26be930
added check to see it local object modified date is after remote obje…
conorato Nov 1, 2020
212003f
changed hardcoded / to pathlib to handle Windows & POSIX paths
conorato Nov 1, 2020
3f419b0
added hmm files download
conorato Nov 1, 2020
b3c0850
added postprocessing
conorato Nov 1, 2020
56b4d7f
return predictions
conorato Nov 1, 2020
26525cc
removed investigation file
conorato Nov 1, 2020
f1b304e
changed gitignore
conorato Nov 1, 2020
f645862
removed unnecessary requirement
conorato Nov 1, 2020
130adf5
added logs to debug error when running executable on macos
conorato Nov 1, 2020
533f4b6
added requirements
conorato Nov 1, 2020
6781be6
added verify param with certifi to indicate certification path
conorato Nov 1, 2020
1d0a273
removed temporary prints
conorato Nov 1, 2020
324d292
only check by latest update if object is up to date
conorato Nov 4, 2020
8ccd1a0
converted HMM info to Enum
conorato Nov 4, 2020
2ef5176
modified predict module to model module, with SleepStagesClassifier
conorato Nov 4, 2020
54cc43b
deleted unused constants
conorato Nov 4, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ai/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,5 @@ venv.bak/
data/*
.vscode/

*.joblib
*.joblib
trained_model/*
479 changes: 479 additions & 0 deletions ai/export_to_onnx.ipynb

Large diffs are not rendered by default.

Loading