Skip to content

Commit

Permalink
Readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
John committed Oct 7, 2018
1 parent 33c3598 commit f5c2af8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,24 @@ WIP:
- [ ] Easy start/stop capabilities in the event of crash or hard stop during training.
- [ ] Visdom/Tensorboard support for visualizing training graphs.

# Installation
## Installation

conda / ubuntu with typings and python 3.7

```
conda create -n deepspeech python=3.7
```

Install [PyTorch 1.0](https://pytorch.org/get-started/locally/) if you haven't already
or, typically:
or, typically

pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html

```
pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html
```

# Pytorch Audio

```
sudo apt-get install sox libsox-dev libsox-fmt-all
git clone https://github.com/pytorch/audio.git
Expand All @@ -47,11 +51,12 @@ python setup.py install


Finally clone this repo and run this within the repo:

```
pip install -r requirements.txt
```

```

# Usage

## Dataset
Expand Down

0 comments on commit f5c2af8

Please sign in to comment.