Skip to content

Commit

Permalink
image added
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedImtiazPrio committed Feb 17, 2019
1 parent 5ede472 commit a4218df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
###### Note: For analogy with Image Data Generator, please read the [ImageDataGenerator](https://keras.io/preprocessing/image/) documentation.

The Audio Data Generator generates batches of audio data with real-time data augmentation.
Data is looped over in batches. This method enables audio augmentation in CPU while training in parallel on the GPU.
Data is looped over in batches. This method enables audio augmentation in CPU while training in parallel on the GPU. Code is tested on Linux computers. CPU usage should look something like this during GPU training:

![CPU Usage during GPU training](https://github.com/AhmedImtiazPrio/Keras-AudioDataGenerator/blob/master/audiodatagenerator.jpg "Audio Data Augmentation in CPU during GPU training")

## Basic Usage:

Expand Down

0 comments on commit a4218df

Please sign in to comment.