Skip to main content
deleted 4 characters in body
Source Link
Nitro
  • 1.3k
  • 4
  • 18
  • 39

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?

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?

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 how to write the feature columns and label column to a tfrecord instead. How could I do this?

Notice removed Draw attention by Nitro
Bounty Ended with standy's answer chosen by Nitro
added 8 characters in body
Source Link
Nitro
  • 1.3k
  • 4
  • 18
  • 39

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?

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 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?

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?

Notice added Draw attention by Nitro
Bounty Started worth 50 reputation by Nitro
added 160 characters in body
Source Link
Nitro
  • 1.3k
  • 4
  • 18
  • 39

I am trying to become familiar with the tfrecords readers and writers by writingwrite a csv file (all columns are floats) to rfrecordsa tfrecords file then readingread them back out. Does anyoneAll the examples I have some example code ofseen pack the csv 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?

I am trying to become familiar with the tfrecords readers and writers by writing a csv file (all columns are floats) to rfrecords then reading them back out. Does anyone have some example code of how to do this?

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 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?

Source Link
Nitro
  • 1.3k
  • 4
  • 18
  • 39
Loading