PixPro
PixPro copied to clipboard
the pre-training loss
The pre-training losses are always negative (like -199.03), is that normal?
The pre-training losses are always negative (like -199.03), is that normal?
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, If I understand correctly, this regreission loss only includes the pushing force with aligning spatial corresponding pixel. So where is the repulsing force as in Eqn2?
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.