GroupIM
GroupIM copied to clipboard
Question about code.
https://github.com/CrowdDynamicsLab/GroupIM/blob/899890e3c2486ffe40b202718e99cd37b8a85502/models/discriminator.py#L58
hi~ Thanks for your clear codes. I have two questions and hope for you to reply. 1.why Line 58 above multiply the (batch_size * (pos_size + neg_size))?? In your paper, this item didn't show up. 2. I saw a lot of mask in your codes, but I'm not much clear about the meaning of mask.