Skip to content

Conversation

gar1t
Copy link

@gar1t gar1t commented Nov 29, 2018

Without this, TF displays a warning message that looks like an
error (contains traceback):

E1121 12:34:00.888499 139860141586240 tf_logging.py:105] ==================================
Object was never used (type <class 'tensorflow.python.framework.ops.Operation'>):
<tf.Operation 'init' type=NoOp>
If you want to mark it as used call its "mark_used()" method.
It was originally created here:
  ...

This behavior occurs on TF 1.12.0 but reports suggest that these
warnings started appearing as early as TF 1.2.0.

Without this, TF displays a warning message that looks like an
error (contains traceback):

```
E1121 12:34:00.888499 139860141586240 tf_logging.py:105] ==================================
Object was never used (type <class 'tensorflow.python.framework.ops.Operation'>):
<tf.Operation 'init' type=NoOp>
If you want to mark it as used call its "mark_used()" method.
It was originally created here:
  ...
```

This behavior occurs on TF 1.12.0 but reports suggest that these
warnings started appearing as early as TF 1.2.0.
@craffel
Copy link
Contributor

craffel commented Jan 30, 2019

Hmm, I think a better solution is for global_step_init to be created in train_model.py instead. What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants