Skip to content
Discussion options

You must be logged in to vote

Set

# disable progress bar
trainer = Trainer(progress_bar_refresh_rate=0)

will remove the progressbar. There was a bug related to the user setting the logging level, so if you try to update to master hopefully doing

logging.getLogger("pytorch_lightning").setLevel(logging.ERROR)

should remove the GPU availability report.

Replies: 1 comment 24 replies

Comment options

You must be logged in to vote
24 replies
@awaelchli
Comment options

@Turakar
Comment options

@carmocca
Comment options

@Turakar
Comment options

@awaelchli
Comment options

Answer selected by Turakar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment