Parsing

Parse data from serialized protocol buffers.

Chapter Goals:

  • Learn how to parse a serialized protocol buffer
  • Understand how feature data is represented in TensorFlow
  • Implement a function that parses a serialized protocol buffer

A. Feature parsing

After creating an Example spec, it can be used to parse serialized protocol buffers that are read from a TFRecords file. Specifically, we use the Example spec as an argument to the ...

Access this course and 1400+ top-rated courses and projects.