Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Dec 9, 2022
1 parent 61f19bb commit 320e070
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ values between 128 and 255 (inclusive).



## <span style="color:purple">braindecode\_utils.decode\_subject</span>_(read\_subject\_kwargs, factors, epochs\_kwargs, trigger, epochs\_query='practice == "no"', epochs=4, window\_size=200, window\_stride=1, n\_fold=4, crossdecode\_factors=None, patch\_data\_func=None, read\_subject\_func=None)_
## <span style="color:purple">braindecode\_utils.decode\_subject</span>_(read\_subject\_kwargs, factors, epochs\_kwargs, trigger, epochs\_query='practice == "no"', epochs=4, window\_size=200, window\_stride=1, n\_fold=4, crossdecode\_factors=None, patch\_data\_func=None, read\_subject\_func=None, cuda=True)_

The main entry point for decoding a subject's data.

Expand Down Expand Up @@ -491,6 +491,11 @@ The main entry point for decoding a subject's data.
tuple of `(raw, events, metadata)`. If not provided, the default
`read_subject()` function is used.

* **cuda: bool, optional**

If True, cuda will be used for GPU processing if it is available. If
False, cuda won't be used, not even when it is available.

### Returns

* **_DataMatrix_**
Expand Down

0 comments on commit 320e070

Please sign in to comment.