Skip to content
Discussion options

You must be logged in to vote

In pytorch-lightning bolts we have a few extra callbacks, with one of them being the PrintTableMetricsCallback callback that should output exactly what you want. Simply install bolts as

pip install pytorch-lightning-bolts

and initialize your trainer as:

trainer = Trainer(callbacks=[PrintTableMetricsCallback()])

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@richarddwang
Comment options

@SkafteNicki
Comment options

@richarddwang
Comment options

Answer selected by richarddwang
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment