Methodreshape_generated_array :param array: (nb_instruments, batch=1, nb_steps, step_length, size, channels) :return: array: (nb_instruments, size, length, channe
src/MidiGenerator/MGComputeGeneration.py:17
Functionreverse_conv_param ---------- (nb_instrument * 2 ->) [[a, b], [c, d, e]] has to become (e ->) [[d, c, b], [a, nb_instruments]] And the UpSampling is done o
src/NN/layers/conv.py:322
Functionscale :param y_true_a: activation, no loss (batch, nb_instruments, nb_steps, step_size, input_size) :param y_pred_a: activation, no loss (batch, n
src/NN/Loss/cost.py:18
Functionsee_compare_generation_step :param inputs: (nb_instruments, batch=2, nb_steps, step_size, input_size, 2) :param outputs: (nb_instruments, batch=2, step_size, input_size
src/Images/debug/debug.py:60
Functionsee_compare_on_batch :param x: (nb_instruments, batch, nb_steps, step_size, inputs_size, 2) :param yt: (nb_instruments, batch, step_size, input_size, 2) :par
src/Images/debug/debug.py:141