Object was never used (type <class 'tensorflow.python.framework.ops.Tensor'>):
<tf.Tensor 'init_ops/report_uninitialized_variables/boolean_mask/GatherV2:0' shape=(?,) dtype=string>
If you want to mark it as used call its "mark_used()" method.
其它路径等配置都没问题,还是出现这个错误,主要原因是--clone_on_cpu 置的是False,把--clone_on_cpu=True就可以了