Open IgorTatarnikov opened 1 month ago
Training seems to enter an infinite loop, or wait for a callback that's not signalled at the end of an epoch. This causes training to stall at the end of the first epoch.
See https://github.com/brainglobe/cellfinder/actions/runs/11209740840
Downgrading keras to 3.5.0 fixes this issue. #462 pinned this version temporarily.
keras
@IgorTatarnikov has volunteered to investigate - thank you!
https://github.com/keras-team/keras/issues/20425 Should be fixed in keras main
Training seems to enter an infinite loop, or wait for a callback that's not signalled at the end of an epoch. This causes training to stall at the end of the first epoch.
See https://github.com/brainglobe/cellfinder/actions/runs/11209740840
Downgrading
keras
to 3.5.0 fixes this issue. #462 pinned this version temporarily.