Skip to content

How to carry out validation loop on one single GPU #12721

Discussion options

You must be logged in to vote

that is not possible.

but if you are calling .validate then you can configure your Trainer with devices=1

Trainer(devices=1)
trainer.validate(...)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@vionwinnie
Comment options

Answer selected by vionwinnie
Comment options

You must be logged in to vote
1 reply
@FlorentMeyer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accelerator: cuda Compute Unified Device Architecture GPU trainer: validate
3 participants