Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

validation_epoch_end is still mentionned in the documentation with version >= 2.0.0 while it has been removed from the code #20559

Open
Yann-CV opened this issue Jan 22, 2025 · 0 comments
Labels
docs Documentation related needs triage Waiting to be triaged by maintainers

Comments

@Yann-CV
Copy link

Yann-CV commented Jan 22, 2025

📚 Documentation

in https://lightning.ai/docs/pytorch/LTS/common/lightning_module.html#validation-epoch-level-metrics, it is mentioned about validation_epoch_end which have been removed since version >= 2.0.0

Instantiating this function will raise the error NotImplementedError: Support for validation_epoch_endhas been removed in v2.0.0.LitAutoEncoderimplements this method. You can use theon_validation_epoch_end hook instead. To access outputs, save them in-memory as instance attributes. You can find migration examples in https://github.com/Lightning-AI/lightning/pull/16520.

cc @lantiga @Borda

@Yann-CV Yann-CV added docs Documentation related needs triage Waiting to be triaged by maintainers labels Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation related needs triage Waiting to be triaged by maintainers
Projects
None yet
Development

No branches or pull requests

1 participant