I am trying to write a csv file (all columns are floats) to a tfrecords file then read them back out. All the examples I have seen pack the csv columns then feed it to sess.run() directly but I can't figure out out how to write the feature columns and label column to a tfrecord instead. How could I do this?