Skip to content

Experiment stuck when 100% training completed πŸ“‘β€Š #760

Answered by daviddelriod
daviddelriod asked this question in Q&A
Discussion options

You must be logged in to vote

The problem was that I was putting the tqdm progress bar for the dataloader and not for the loop of epochs so it just took into account the first iteration and the other epochs were executing "in the background". As shown in the image, the bar of training is in 100%. However, it remained 7 epochs yet as just one epoch (one complete iteration of the dataloader) had been trained.

Replies: 1 comment

Comment options

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