Model training stops at the first epoch (epoch 0)
I’m training models using PyTorch Lightning, I built a loop to train one model at a time, but only the first model goes “far”, the other two are always stopping at the first epoch. Very strange, as my early stopping is for 3 epochs.