Skip to content

Commit

Permalink
fixed two small errors
Browse files Browse the repository at this point in the history
I only fixed small typo errors in README
  • Loading branch information
0xflotus authored Dec 7, 2019
1 parent 3aef510 commit 9607eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If you have anaconda installed, you can run from the root of this repository:
conda env update -f environment-cuda.yml # if you have GPUs
conda activate demucs

This will create a `demucs` environmnent with all the dependencies installed.
This will create a `demucs` environment with all the dependencies installed.

### Using Windows

Expand Down Expand Up @@ -123,7 +123,7 @@ The `std` column shows the standard deviation divided by the square root of the

## Training Demucs and evaluating on the MusDB dataset

If you want to train Demucs from scrath, you will need a copy of the MusDB dataset.
If you want to train Demucs from scratch, you will need a copy of the MusDB dataset.
It can be obtained on the [MusDB website][musdb].
To start training on a single GPU or CPU, use:
```bash
Expand Down

0 comments on commit 9607eaf

Please sign in to comment.