-
Notifications
You must be signed in to change notification settings - Fork 932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loss is not decresing #273
Comments
I have the exact same issue. I don't seem to understand why loss does not drop. |
How many epochs did you train it for? |
The problem was solved. This happened because I was not using copy.deepcopy to define the student and teacher in the beginning. |
Maybe you can use the SGD optimizer. I'm trying to follow this training command from the author on a single GPU. |
When I try to trian resnet50 by dino on on X-Ray dataset with 1000 images, the loss is not drop, even increase some time. Have anyone met the same issue and solve it.
the config as follow:(at first, I make all the hyper parmeter default, but the loss is not decrease)
The text was updated successfully, but these errors were encountered: