Skip to content

Commit

Permalink
Fix misnamed torch flag in README (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudWald authored Jul 6, 2024
1 parent d54a14b commit 0b4426f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ y : np.ndarray [shape=(# frames,) or (# channels, # frames)], real-valued
If unspecified, defaults to ``win_length // 4`` (see below)., by default None
n_jobs : int, optional
Number of parallel jobs to run. Set at -1 to use all CPU cores, by default 1
torch_flag: bool, optional
use_torch: bool, optional
Whether to use the torch version of spectral gating, by default False
device: str, optional
A device to run the torch spectral gating on, by default "cuda"
Expand Down

0 comments on commit 0b4426f

Please sign in to comment.