Skip to content

Anyone know why the Fault-Tolerant Training document was removed from the latest pytorch-lighting document? #17811

Discussion options

You must be logged in to vote

Hey, this feature was removes with PL 2.0.0 as it was having to high impact on complexity and thereby training speed. You can still manually do this by saving the random seed of your dataloaders/datasets and restoring them upon loading.

Replies: 1 comment 1 reply

Comment options

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

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