Tensorflow v1.3
How to write serialized examples into tfrecords, and how to read and decode tfrecords file, espacially for variable length data and label, eg:ASR, NMT task.
怎样将样本【序列化】写入tfrecords,并读取解码tfrecords文件,针对序列化任务,如语音识别、NMT等输入输出变长的数据。 Tensorflow 的tfrecords文件的介绍,官方例子,可以参考以下链接: