Hello,
I am aware of the progress_bar_refresh_rate
and weight_summary
parameters, but even when I disable them I get these GPU warning-like messages:
I would like to disable all warnings and printings from the Trainer, is this possible?
Why? because I want to perform several training operations in a loop and monitor them with tqdm, so intermediate printing will ruin the tqdm progress bar.
@erap129 See: https://pytorch-lightning.readthedocs.io/en/0.9.0/experiment_reporting.html#configure-console-logging
Most helpful comment
@erap129 See: https://pytorch-lightning.readthedocs.io/en/0.9.0/experiment_reporting.html#configure-console-logging