Skip to content

Commit

Permalink
Mention numpy in the joss paper
Browse files Browse the repository at this point in the history
  • Loading branch information
ynop committed Jul 1, 2020
1 parent 31203e4 commit 984a37c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ In the example below, we first download MUSAN and GTZAN to the local disk before
Afterwards, we use a `Splitter` to partition the merged dataset into a train and test set.
By merely creating views, Audiomate avoids creating unnecessary disk I/O and is therefore ideally suited to work with large datasets in the range of tens or hundreds of gigabytes.
Ultimately, we load the samples and labels by iterating over all utterances.
Audio samples are numpy arrays. They allow for fast access, high processing speed and ensure interoperability with
third-party programs that can operate on numpy arrays, for example TensorFlow or PyTorch.
Alternatively, it is possible to load the samples in batches, which is ideal for feeding them to a deep learning toolkit like PyTorch.

```python
Expand Down

0 comments on commit 984a37c

Please sign in to comment.