解码培训示例

时间:2018-11-20 21:28:58

标签: tensorflow

我正在使用ddsm数据集制作CNN,数据集的所有者提供了一些代码来对训练示例进行解码,但是我无法弄清楚代码的第一部分实际上在做什么。还在学习。 供参考:https://www.kaggle.com/skooch/ddsm-mammography/home

代码:features = tf.parse_single_example(         serialized_example,         功能= {             “标签”:tf.FixedLenFeature([],tf.int64),             'label_normal':tf.FixedLenFeature([],tf.int64),             '图像':tf.FixedLenFeature([],tf.string)         })

0 个答案:

没有答案
相关问题