Спецификация признаков — схемоподобное описание того, как извлекать данные признаков из структурированной входной записи. Обычно она задает ключи признаков, типы данных и то, имеет ли каждое значение фиксированную или переменную длину.
Describes the information required to extract features data from the tf.Example protocol buffer. Because the tf.Example protocol buffer is just a container for data, you must specify the following: - The data to extract (that is, the keys for the features) - The data type (for example, float or int) - The length (fixed or variable)