Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shuttle1987 committed Jul 28, 2018
1 parent 493ff7b commit 12939c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed
- Fixed bug where batch sizes were not integers
- Corpus construction from Elan regression was fixed

## [0.3.1] - 2018-07-14

Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Installation option 2: A "native" install
Ensure Python 3 is installed.

You will also need to install some system dependencies. For your
convienence we have an install script for dependencies for Ubuntu. To
convenience we have an install script for dependencies for Ubuntu. To
install the Ubuntu binaries, run ``./ubuntu_bootstrap.sh`` to install
ffmpeg packages. On MacOS we suggest installing via Homebrew with
``brew install ffmpeg``.
Expand Down Expand Up @@ -85,7 +85,7 @@ Get the data
`here <https://cloudstor.aarnet.edu.au/plus/s/YJXTLHkYvpG85kX/download>`_

Unzip ``na_example_small.zip``. There should now be a directory
``na_example/``, with subdirfectories ``wav/`` and ``label/``. You can
``na_example/``, with subdirectories ``wav/`` and ``label/``. You can
put ``na_example`` anywhere, but for the rest of this tutorial I assume
it is in the working directory:
``persephone-tutorial/data/na_example/``.
Expand Down

0 comments on commit 12939c1

Please sign in to comment.