Open WentaoTan opened 3 years ago
I found that when calculating the loss in the dynamic memory bank, the cluster center feature is not used, or the instance-level feature is used. May I be the one who made a mistake?
Please refer to https://github.com/yxgeee/SpCL/blob/master/spcl/models/hm.py#L71
We calculate the cluster centers by dividing the feature sum by the number of samples.
I found that when calculating the loss in the dynamic memory bank, the cluster center feature is not used, or the instance-level feature is used. May I be the one who made a mistake?