Skip to content

Using data from training_epoch_end in validation_epoch_end. #14491

Discussion options

You must be logged in to vote

Just saw other answers explaining the order of train_epoch_end and val_epoch_end hooks. This issue was solved by moving any code needing both validation and training data to "on_train_epoch_end".

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by amdson
Comment options

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

Comment options

You must be logged in to vote
5 replies
@akihironitta
Comment options

@samils7
Comment options

@akihironitta
Comment options

@samils7
Comment options

@akihironitta
Comment options

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