Methodcall :param inputs: (alloutput): (batch, nb_instruments, nb_steps, step_size, input_size, channels) :return:
src/NN/layers/music.py:41
Methodcheck_final_shape if batch dim is not in the shape, then put it :param final_shape: tuple<int>: (4,) or (5,): (a, b, c, d) or (?, a, b, c, d)
src/NN/layers/conv.py:232