Hi, I am trying to run your code to achieve the results that you had, but I can't find how the training loop goes into the next epoch? Based on the train function in trainer.py (image1), it seems that the while loop is infinitely running and does not allow training to go into next epoch. Is this a bug or I am missing something that will break the while loop?
I have run the code and below is the log output of training progress (image2):
The training does not go into the next epoch, may I know is this normal? Or there is some bug in the training loop?
Hi, I am trying to run your code to achieve the results that you had, but I can't find how the training loop goes into the next epoch? Based on the train function in trainer.py (image1), it seems that the while loop is infinitely running and does not allow training to go into next epoch. Is this a bug or I am missing something that will break the while loop?
I have run the code and below is the log output of training progress (image2): The training does not go into the next epoch, may I know is this normal? Or there is some bug in the training loop?
Thanks in advance
image1
image2