【发布时间】:2018-02-28 14:32:49
【问题描述】:
我正在使用检查点文件和模型,其中包含未明确命名的输出/张量。
我了解命名的工作原理:
Tensorflow: What is the output node name in Cifar-10 model? && How does TensorFlow name tensors?
但我不确定如何从现有检查点文件生成名称(没有生成 pb,我需要这个才能得到它):
model.ckpt.data-00000-of-00001
model.ckpt.index
model.ckpt.meta
有问题的 CNN 是 fast-neural-style
【问题讨论】:
标签: tensorflow