Skip to content

multiple on_train_epoch_start callbacks but only one on_train_epoch_end? #10140

Discussion options

You must be logged in to vote

It turns out that the issue is because I was chaining many data loaders with itertools.chain() which was called only once by lightning.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zhh210
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment