misakidesu commited on
Commit
fa3dc88
·
verified ·
1 Parent(s): 99f9b11

Upload 3 files

Browse files
Files changed (3) hide show
  1. meta.json +35 -0
  2. stool_gru.pt +3 -0
  3. urine_gru.pt +3 -0
meta.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "feature_cols": [
3
+ "time_since_last_urine",
4
+ "time_since_last_stool",
5
+ "time_since_last_meal",
6
+ "last_meal_value",
7
+ "time_since_last_snack",
8
+ "last_snack_value",
9
+ "time_since_last_drink",
10
+ "last_drink_value",
11
+ "meal_sum_6h",
12
+ "meal_cnt_6h",
13
+ "snack_sum_6h",
14
+ "snack_cnt_6h",
15
+ "drink_sum_6h",
16
+ "drink_cnt_6h",
17
+ "meal_sum_12h",
18
+ "meal_cnt_12h",
19
+ "snack_sum_12h",
20
+ "snack_cnt_12h",
21
+ "drink_sum_12h",
22
+ "drink_cnt_12h",
23
+ "hour_sin",
24
+ "hour_cos"
25
+ ],
26
+ "seq_len": 48,
27
+ "step_minutes": 30,
28
+ "lookback_hours": 24,
29
+ "n_residents": 20,
30
+ "model": {
31
+ "type": "GRUTimeToNext",
32
+ "emb_dim": 8,
33
+ "hidden_dim": 32
34
+ }
35
+ }
stool_gru.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c63e1b50dacfdfea4744532651b35fccc7df8adec700975db3df58247406573e
3
+ size 30492
urine_gru.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecd91ea427b6f79c766ee494806f3129f1fa5bb9115034eaa1493f2115905a23
3
+ size 30492