Trying to train a neural network to deal with audio data, I would like to assess some of its inner representations. One of them is very much a magnitude spectrogram without phase information, but with high overlap between Hann windows.
Is there a way I can use tf.contrib.signal.inverse_stft
to generate an audio signal from this magnitude-only spectrogram? If there is not, is there some other straightforward way (eg. something effecting to a sum of band pass filters on white noise) to do this?