Skip to content

Commit

Permalink
Corrects typo in the command name for the pre-trained model in README…
Browse files Browse the repository at this point in the history
… (issue #4)
  • Loading branch information
fakufaku committed Jan 30, 2023
1 parent 5373ef7 commit 83f600e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We provide a pre-trained model in `trained_models/tiss`.
You can easily try separation with the pre-trained model::

# Separation
python -m torchiva.separation INPUT OUTPUT
python -m torchiva.separate INPUT OUTPUT

where ``INPUT`` is either a multichannel wav file or a folder containing
multichannel wav files. If a folder, then all the files inside are separted.
Expand Down

0 comments on commit 83f600e

Please sign in to comment.