我使用slim.dataset_data_provider.DatasetDataProvider函数来加载文本数据。我想使用word_embeddings。 但是当我尝试打印张量的形状(caption_lengths和标题中的单词数)时: 它回来了吗?在形状上。有什么想法吗?
Tensor("ParseSingleSequenceExample/ParseSingleSequenceExample:6", shape=(?,), dtype=int64, device=/device:CPU:0)
Tensor("Size:0", shape=(), dtype=int32, device=/device:CPU:0)