Skip to content

week 27.03 02.04.2017

matthijs van keirsbilck edited this page Apr 2, 2017 · 6 revisions

Connecting Data and network structure

  • wrong input shape? not all input files same size (some WAV longer than others) -> when stored in numpy array, data.shape = (4512,) instead of (4512,300,26)
    • need to add a Sequence_length to each input?
    • need to pad with zeros and add mask somehow? How to train properly?

Combining Audio and Image

Clone this wiki locally