图形转换工具和python / tools中的脚本之间的区别?

时间:2017-07-04 11:26:48

标签: tensorflow

我想部署经过培训的模型进行推理,需要将tf.Variable转换为tf.constant,并删除所有未使用的图节点。

这两个工具集之间有什么区别?他们看起来像是为了同一个目的。我应该依赖哪一个?

https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/graph_transforms

https://github.com/tensorflow/tensorflow/tree/master/tensorflow/python/tools

1 个答案:

答案 0 :(得分:3)

图形转换工具是旧版Python脚本的更现代的替代品。