Skip to content

Add enable_device_summary flag to Trainer#21844

Open
KartavyaDikshit wants to merge 1 commit into
Lightning-AI:masterfrom
KartavyaDikshit:fix-13378
Open

Add enable_device_summary flag to Trainer#21844
KartavyaDikshit wants to merge 1 commit into
Lightning-AI:masterfrom
KartavyaDikshit:fix-13378

Conversation

@KartavyaDikshit

Copy link
Copy Markdown

Fixes #13378. Added enable_device_summary to Trainer.__init__ to allow users to disable the device printout during initialization, which is useful when calling predict in a loop.

Signed-off-by: Kartavya Dikshit kartavyaniraj.dikshit2021@vitstudent.ac.in

Fixes Lightning-AI#13378.
Added `enable_device_summary` to `Trainer.__init__` to allow users to disable the device printout during initialization, which is useful when calling predict in a loop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add enable_device_summary flag to disable device printout

1 participant