query-selected-attention icon indicating copy to clipboard operation
query-selected-attention copied to clipboard

Problems of PatchNCELoss

Open xiewende opened this issue 4 years ago • 4 comments

Hi, thanks for your excellent work.

In PatchNCELoss , the dim of input feat_q and feat_k is what and each dim means?

xiewende avatar Apr 20 '22 09:04 xiewende

The dim is the channel dimmension of feat_q and feat_k.

sapphire497 avatar Apr 21 '22 05:04 sapphire497

i means feat_q and feat_k dim ,is B * C * W * H?or other?and each dim means?

xiewende avatar Apr 21 '22 06:04 xiewende

The dimmension is (B x num_patches) x C, (B x num_patches) means the number of features and C means channel.

sapphire497 avatar Apr 21 '22 08:04 sapphire497

thanks for your answer. image this feat_id is means?

image

the output dim of this netG?and each dim means?

Look forward to your answer!!

xiewende avatar May 13 '22 04:05 xiewende