-
Notifications
You must be signed in to change notification settings - Fork 40
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
the pre-training loss #9
Comments
I got the negative loss also, have you solve it? |
Not yet. |
Have you worked it out? What should be the correct loss? |
Anyone reproduced the results or solved the negative loss issue? |
Anyone konw something about the negative loss? Is that right? |
Hi, do you mean the value of loss is negative? If this is the point, this is right for PixPro. You may check the implementation of this line https://github.com/zdaxie/PixPro/blob/main/contrast/models/PixPro.py#L204 . |
Hi, |
why negative loss? |
same question. |
I carefully studied the code. The loss of this implementation seems different from the paper. It does not apply constractive loss. |
The pre-training losses are always negative (like -199.03), is that normal?
The text was updated successfully, but these errors were encountered: