Skip to content

Commit

Permalink
less verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbern committed Mar 15, 2018
1 parent 1d21075 commit 0ff68f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convoys/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from convoys.model import Model


tf.logging.set_verbosity(2)
tf.logging.set_verbosity(3)

def _get_placeholders(n, k):
return (
Expand Down

0 comments on commit 0ff68f4

Please sign in to comment.