Skip to content

week 27.03 02.04.2017

matthijs van keirsbilck edited this page Apr 4, 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)

  • You can get the output shape of a Lasagne layer by calling print(l_dense.output_shape)

Combining Audio and Image

Clone this wiki locally