【发布时间】:2017-04-13 14:10:14
【问题描述】:
Tensorflow 中有许多方法采用clear_devices 设备。例如session_bundle.exporter.Exporter:init、import_meta_graph、export_meta_graph 和 python.training.saver.Saver.export_meta_graph`。文档状态:
clear_devices: Whether or not to clear the device field for an `Operation` or `Tensor` during export.
但不要真正澄清剥离该信息的含义。
【问题讨论】:
标签: tensorflow tensorflow-serving