I'm using tensorflow to train a Recurrent Neural Network on spectrograms of audio recordings. The data is rather big, so I want to store the data as tfrecords and feed it via an input pipeline (similar toI'm using tensorflow to train a Recurrent Neura