Skip to content

Commit

Permalink
changing readme and requirements for pytorch1 install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelvalle committed Nov 19, 2018
1 parent 30d4bf7 commit bc87ede
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Visit our [website] for audio samples.
git submodule update
```

2. Install requirements (pytorch 1.0 and others) `pip3 install -r requirements.txt`
2. Install [PyTorch 1.0]

3. Install other requirements `pip3 install -r requirements.txt`

## Generate audio with our pre-existing model

Expand Down Expand Up @@ -73,7 +75,7 @@ with fused residual and skip connections.

[//]: # (TODO)
[//]: # (PROVIDE INSTRUCTIONS FOR DOWNLOADING LJS)
[//]: # (TEST INSTRUCTIONS)
[pytorch 1.0]: https://github.com/pytorch/pytorch#installation
[website]: https://nv-adlr.github.io/WaveGlow
[paper]: https://arxiv.org/abs/1811.00002
[WaveNet implementation]: https://github.com/r9y9/wavenet_vocoder
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
torch==1.0.0a0
matplotlib==2.1.0
tensorflow
numpy==1.13.3
Expand Down

0 comments on commit bc87ede

Please sign in to comment.