Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Configurable Verbosity #198

Open
melvinma opened this issue Apr 28, 2017 · 0 comments
Open

Configurable Verbosity #198

melvinma opened this issue Apr 28, 2017 · 0 comments

Comments

@melvinma
Copy link

I was trying to debug a seq2seq model and found two issues (debug options are not described, and verbosity can not be configured). In this issue, I am focusing on configurable verbosity.

It appears to be extremely simple - in bin/train.py, I was the following line. We could simply add an option to make it configurable from command line. Why do not we do that? Thanks!


if __name__ == "__main__":
  tf.logging.set_verbosity(tf.logging.INFO)
  tf.app.run()
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant