Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Mark global_step_init as used to prevent spurious warning msg#14

Open
gar1t wants to merge 1 commit into
brain-research:masterfrom
gar1t:mark-used
Open

Mark global_step_init as used to prevent spurious warning msg#14
gar1t wants to merge 1 commit into
brain-research:masterfrom
gar1t:mark-used

Conversation

@gar1t

@gar1t gar1t commented Nov 29, 2018

Copy link
Copy Markdown

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

craffel commented Jan 30, 2019

Copy link
Copy Markdown
Contributor

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants