Update README.md
Browse files
README.md
CHANGED
|
@@ -43,8 +43,8 @@ You can access the label with:
|
|
| 43 |
> arr['label'].item()
|
| 44 |
|
| 45 |
{'label': 'Both Fists',
|
| 46 |
-
'subject_id':
|
| 47 |
-
'session_id': '
|
| 48 |
'duration': 9.411478996276855}
|
| 49 |
```
|
| 50 |
|
|
|
|
| 43 |
> arr['label'].item()
|
| 44 |
|
| 45 |
{'label': 'Both Fists',
|
| 46 |
+
'subject_id': 'fa7e4026',
|
| 47 |
+
'session_id': 'bf56a42c',
|
| 48 |
'duration': 9.411478996276855}
|
| 49 |
```
|
| 50 |
|