You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the code doesn't appear to work with current versions of pytorch. Could the code be updated to work with newer versions?
after updating strategy to dp I get the following error: NotImplementedError: Support for `validation_epoch_end` has been removed in v2.0.0. `BERTAlignModel` implements this method. You can use the `on_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.
The text was updated successfully, but these errors were encountered:
Currently the code doesn't appear to work with current versions of pytorch. Could the code be updated to work with newer versions?
after updating strategy to dp I get the following error:
NotImplementedError: Support for `validation_epoch_end` has been removed in v2.0.0. `BERTAlignModel` implements this method. You can use the `on_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.
The text was updated successfully, but these errors were encountered: