audio-GAN
audio-GAN copied to clipboard
Cannot concatenate numpy arrays
I couldn't concatenate two arrays with different dimensions audio_batch and generated_audio. audio_batch has dimension [200] and generated_audio dimension is [200,4000]. How will I solve this. What is the expected dimension after this operation.?