openai / guided-diffusion

MIT License
6.03k stars 803 forks source link

How can I judge the training of classifier have been diverged? #80

Open blakery-star opened 1 year ago

blakery-star commented 1 year ago

I've tried to train a classifier for a new dataset,how can I judge when to stop the training?

ptoyip commented 1 year ago

@blakery-star Have you figure out the solution? And I also would like to ask what's your classifier train and val accuracy. Thanks in advance!

AlexofNTU commented 1 year ago

@ptoyip Hi, have you tried to train the classifier? The classifier is trained on noisy images, so I assume that it would have quite low top-1 and top-5 accuracies.