question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How do I reduce the verbosity of logs during the trials?

See original GitHub issue

Is there any argument that can be passed to tuner.search() to control the logs being produced at the end of each trial (similar to verbose in Keras model.filt()). Right now it is printing all the hyperparameters in addition to other information.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
romanovzkycommented, Jan 27, 2020

I would vouch for this feature as well. Not only the current verbosity is too extensive, it also lacks some information that could be better, for example trial number, execution time until then and of that trial, etc I also don’t seem to understand what “best_step” means to, as it comes as 0 for every trial (both in hyperband and random at least).

0reactions
martiw1commented, Apr 13, 2022

Setting the parameter verbose=0 in Tuner.search reduces the output to the console, but all of the logs are still created. How can we suppress creation of the large checkpoint.data-* logs that can reach sizes of 1 GB?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Controlling Verbosity - Papertrail
Confirm existing verbosity: make sure your app is not unintentionally logging at DEBUG level. This is much more common than it sounds. ·...
Read more >
Ray: how to reduce logging verbosity with the CLI?
I have already established that the logging levels available (at least for the python client) are defined in the ray_constants.py module:
Read more >
Do you master the basics of Log Verbosity? - Medium
TRICKY: it's a filter: The higher the warn level — the less logs you get. In the end — you want a smooth...
Read more >
Logging - Hugging Face
To change the level of verbosity, just use one of the direct setters. For instance, here is how to change the verbosity to...
Read more >
Overview of diagnostic logging and BIG-IP system resource ...
While our products offer more verbose logging at debug level for troubleshooting purposes, we do not recommend using debug logging in production ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found